|
|
XGTwoWayRandomAuthenticator |
| Inherits from: | |
| Declared In: |
An XGTwoWayRandomAuthenticator is used by the XGConnection object to perform two-way-random authentication. It is a concrete subclass of the abstract XGAuthenticator superclass.
Sets the password with which to authenticate.
Sets the username with which to authenticate.
Returns the username of the receiver.
setPassword: |
Sets the password with which to authenticate.
passwordThe password. Must not be nil.
setUsername: |
Sets the username with which to authenticate.
usernameThe username. Must not be nil.
username |
Returns the username of the receiver.
- (NSString *)username;
The username.
Last Updated: 2009-08-12