ACAuthenticationDelegate
@objc
public protocol ACAuthenticationDelegate
Protocol used by the authentication system to communicate authentication results.
-
Called by ACAuthenticationViewController if the authentication process is successful.
Declaration
Swift
func didAuthenticate() -
Called by ACAuthenticationViewController if the authentication process fails.
Declaration
Swift
func didFailToAuthenticate(error: Error?)Parameters
errorThe reason for authentication failure.
ACAuthenticationDelegate Protocol Reference