BITAuthenticatorDelegate Protocol Reference
| Conforms to | NSObject |
| Declared in | BITAuthenticator.h |
Instance Methods
authenticator:willShowAuthenticationController:
If the authentication (or validation) needs to identify the user, this delegate method is called with the viewController that we’ll present.
- (void)authenticator:(BITAuthenticator *)authenticator willShowAuthenticationController:(UIViewController *)viewControllerParameters
- authenticator
BITAuthenticatorobject
- viewController
UIViewControllerused to identify the user
Declared In
BITAuthenticator.h