AuthenticationData
IntroductionThe AuthenticationData class declares a programmatic interface for an object that stores a username and a password for authentication. PropertiesauthenticationPassword@property (nonatomic, strong) NSString *authenticationPassword; Discussionpassword is required for either Simple or AD authentication. authenticationToken@property (nonatomic, strong) NSString *authenticationToken; Discussionpassword is required for either Simple or AD authentication. authenticationUsername@property (nonatomic, strong) NSString *authenticationUsername; Discussionusername is required for AD authentication. |