NSObject(XGAuthenticatorDelegate)

Extends Class:
Declared In:

Overview

The XGAuthenticatorDelegate delegate is used to report the status of the authenticator.



Methods

-authenticatorDidAuthenticate:

This method is called as soon as the connection enters the Authenticated state.

-authenticatorDidNotAuthenticate:

This method is called as soon as the connection enters the Failed state.


authenticatorDidAuthenticate:


This method is called as soon as the connection enters the Authenticated state.

- (void)authenticatorDidAuthenticate:(XGAuthenticator *)authenticator; 
Parameters
authenticator

The authenticator that authenticated.


authenticatorDidNotAuthenticate:


This method is called as soon as the connection enters the Failed state.

- (void)authenticatorDidNotAuthenticate:(XGAuthenticator *)authenticator; 
Parameters
authenticator

The authenticator that didn't authenticate.

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

 

Last Updated: 2009-08-12