AdobeAuthUserProfile Class Reference
| Inherits from | NSObject |
| Declared in | AdobeAuthUserProfile.h |
Overview
AdobeAuthUserProfile contains the properties of the currently logged in user as obtained by calling [AdobeUXAuthManager sharedManager].userProfile.
Tasks
-
adobeIDproperty -
countryCodeproperty -
developerModeproperty -
displayNameproperty -
emailproperty -
emailVerifiedproperty -
firstNameproperty -
fullNameproperty -
isEnterpriseUserproperty -
licenseStatusproperty -
lastNameproperty -
preferredLanguagesproperty -
– description -
– refreshWithCompletion:error:
Properties
adobeID
The user ID.
@property (nonatomic, readonly, strong) NSString *adobeIDDiscussion
The user ID.
Declared In
AdobeAuthUserProfile.hcountryCode
The country code for the user.
@property (nonatomic, readonly, strong) NSString *countryCodeDiscussion
The country code for the user.
Declared In
AdobeAuthUserProfile.hdeveloperMode
Whether the application key is in developer mode.
@property (nonatomic, readonly) BOOL developerModeDiscussion
Whether the application key is in developer mode.
Declared In
AdobeAuthUserProfile.hdisplayName
The display name of the user.
@property (nonatomic, readonly, strong) NSString *displayNameDiscussion
The display name of the user.
Declared In
AdobeAuthUserProfile.hThe email address of the user.
@property (nonatomic, readonly, strong) NSString *emailDiscussion
The email address of the user.
Declared In
AdobeAuthUserProfile.hemailVerified
Whether or not the email address has been verified.
@property (nonatomic, readonly) BOOL emailVerifiedDiscussion
Whether or not the email address has been verified.
Declared In
AdobeAuthUserProfile.hfirstName
The first name of the user.
@property (nonatomic, readonly, strong) NSString *firstNameDiscussion
The first name of the user.
Declared In
AdobeAuthUserProfile.hfullName
The full name of the user.
@property (nonatomic, readonly, strong) NSString *fullNameDiscussion
The full name of the user.
Declared In
AdobeAuthUserProfile.hisEnterpriseUser
Whether the user is for an enterprise user.
@property (nonatomic, readonly) BOOL isEnterpriseUserDiscussion
Whether the user is for an enterprise user.
Declared In
AdobeAuthUserProfile.hlastName
The last name of the user.
@property (nonatomic, readonly, strong) NSString *lastNameDiscussion
The last name of the user.
Declared In
AdobeAuthUserProfile.hInstance Methods
description
The object in a readable format. Useful for debugging but should not be used publicly.
- (NSString *)descriptionDiscussion
The object in a readable format. Useful for debugging but should not be used publicly.
Declared In
AdobeAuthUserProfile.hrefreshWithCompletion:error:
Refreshes the receiver, retrieving any updated values from the Creative Cloud.
- (void)refreshWithCompletion:(void ( ^ ) ( void ))completionBlock error:(void ( ^ ) ( NSError *error ))errorBlockParameters
- completionBlock
A block that is called once the receiver is successfully updated.
- errorBlock
An error block that is called if the requested update fails to succeed.
Discussion
Refreshes the receiver, retrieving any updated values from the Creative Cloud.
Note: In the event that the refresh operation fails, the receiver will retain its current state.
Declared In
AdobeAuthUserProfile.h