|
|
NSObject(XGAuthenticatorDelegate) |
| Extends Class: | |
| Declared In: |
The XGAuthenticatorDelegate delegate is used to report the status of the authenticator.
This method is called as soon as the connection enters the Authenticated state.
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;
authenticatorThe authenticator that authenticated.
authenticatorDidNotAuthenticate: |
This method is called as soon as the connection enters the Failed state.
- (void)authenticatorDidNotAuthenticate:(XGAuthenticator *)authenticator;
authenticatorThe authenticator that didn't authenticate.
Last Updated: 2009-08-12