Interface BiometricUserVerificationHandler

All Superinterfaces:
CancelableHandler

public interface BiometricUserVerificationHandler extends CancelableHandler
The object handling the outcome of an interaction where the user provides biometric credentials.

This is used with the Authenticator.BIOMETRIC_AUTHENTICATOR_AAID. The particularity of this authenticator with the other authenticators, is that the SDK relies on the operating system prompt to authentication (i.e. there is no need to develop a GUI to do the authentication when this authenticator is used).

See Also: