AuthenticationData

Superclass:
NSObject
Declared In:

Introduction

The AuthenticationData class declares a programmatic interface for an object that stores a username and a password for authentication.



Properties

authenticationPassword
authenticationToken
authenticationUsername

authenticationPassword


@property (nonatomic,
    strong) NSString *authenticationPassword; 
Discussion

password is required for either Simple or AD authentication.


authenticationToken


@property (nonatomic,
    strong) NSString *authenticationToken; 
Discussion

password is required for either Simple or AD authentication.


authenticationUsername


@property (nonatomic,
    strong) NSString *authenticationUsername; 
Discussion

username is required for AD authentication.