DeviceAuthenticationDelegate
public protocol DeviceAuthenticationDelegate
DeviceAuthenticationDelegate Call back for App to initiate the user authentication.
Version
Version 1.0Since
Since 1.0-
Initiate the user authentication.
Declaration
Swift
func shouldStartAuthentication(startHandler: (String?, Bool) -> Void)Parameters
startHandlerA handler to be called to start the user authentication with message.
DeviceAuthenticationDelegate Protocol Reference