UAUser Class Reference
Inherits from | NSObject |
Declared in | UAUser.h |
Tasks
-
+ defaultUser
-
created
property -
username
property -
password
property -
url
property -
userUpdateBackgroundTask
property
Properties
created
Indicates whether the default user has been created.
@property (nonatomic, readonly, getter=isCreated) BOOL created
Return Value
YES
if the user has been created, NO
otherwise.
Declared In
UAUser.h
password
The user password.
@property (nonatomic, readonly, copy, nullable) NSString *password
Declared In
UAUser.h
url
The user url.
@property (nonatomic, readonly, copy, nullable) NSString *url
Declared In
UAUser.h