XGTwoWayRandomAuthenticator

Inherits from:
Declared In:

Overview

An XGTwoWayRandomAuthenticator is used by the XGConnection object to perform two-way-random authentication. It is a concrete subclass of the abstract XGAuthenticator superclass.



Methods

-setPassword:

Sets the password with which to authenticate.

-setUsername:

Sets the username with which to authenticate.

-username

Returns the username of the receiver.


setPassword:


Sets the password with which to authenticate.

- (void)setPassword:(NSString *)password; 
Parameters
password

The password. Must not be nil.


setUsername:


Sets the username with which to authenticate.

- (void)setUsername:(NSString *)username; 
Parameters
username

The username. Must not be nil.


username


Returns the username of the receiver.

- (NSString *)username; 
Return Value

The username.

Did this document help you? Yes It's good, but... Not helpful...

 

Last Updated: 2009-08-12