DEPRECATED: Diffusion iOS Classic API  5.9.4
 All Data Structures Files Functions Variables Enumerations Enumerator Properties Macros Pages
DFCredentials Class Reference

This class represents the credential details passed to the DFClient class. More...

#import <DFCredentials.h>

Inheritance diagram for DFCredentials:
Collaboration diagram for DFCredentials:

Instance Methods

(id) - initWithUsernameAndPassword:password:
 Initialiase a DFCredentials object.
 
(id) - initWithUsername:andPassword:
 Initialiase a DFCredentials object.
 

Properties

NSString * username
 < The username token
 
NSString * password
 < The password token
 

Detailed Description

This class represents the credential details passed to the DFClient class.

Method Documentation

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

Initialiase a DFCredentials object.

Parameters
usernameUsername for this object
passwordPassword 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
usernameUsername for this object
passwordPassword 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: