This class represents the credential details passed to the DFClient class.
More...
#import <DFCredentials.h>
|
NSString * | username |
| < The username token
|
|
NSString * | password |
| < The password token
|
|
This class represents the credential details passed to the DFClient class.
- (id) initWithUsername: |
|
(NSString *) |
username |
andPassword: |
|
(NSString *) |
password |
|
|
| |
Initialiase a DFCredentials object.
- Parameters
-
username | Username for this object |
password | Password for this object |
- Returns
- An initialised DFCredentials object containing the given crendentials tokens
- (id) initWithUsernameAndPassword: |
|
(NSString *) |
username |
password: |
|
(NSString *) |
password |
|
|
| |
Initialiase a DFCredentials object.
- Parameters
-
username | Username for this object |
password | Password for this object |
- Returns
- An initialised DFCredentials object containing the given crendentials tokens
- Deprecated:
- in favor of [initWithUsername:andPassword:]
The documentation for this class was generated from the following file: