Inherits from NSObject
Conforms to CMISAuthenticationProvider
Declared in CMISStandardAuthenticationProvider.h

Properties

credential

@property (nonatomic, strong) NSURLCredential *credential

Instance Methods

initWithCredential:

Initialize with a credential object that will be provided when a corresponding challenge is received from the server. Both client certificate and username / password credentials are supported @param credential

- (id)initWithCredential:(NSURLCredential *)credential

Discussion

Initialize with a credential object that will be provided when a corresponding challenge is received from the server. Both client certificate and username / password credentials are supported @param credential

Declared In

CMISStandardAuthenticationProvider.h

initWithUsername:password:

Initialize with username and password that will be added as authorization header @param username @param password

- (id)initWithUsername:(NSString *)username password:(NSString *)password

Discussion

Initialize with username and password that will be added as authorization header @param username @param password

Declared In

CMISStandardAuthenticationProvider.h