NMABiometricUserVerifier
@objc
public protocol NMABiometricUserVerifier
The object in charge of interacting with the user to do biometric authentication.
See
NMARegistration
-
The user verification interaction. In the case of the registration the user must provide credentials as required by the FIDO UAF protocol. In the case of the authentication, this is invoked for the user to provide credentials.
Declaration
Swift
func verifyBiometric(context: NMABiometricUserVerificationContext, handler: NMABiometricUserVerificationHandler)
Parameters
context
the object providing the contextual information required for the verification process.
handler
the object that must be notified with the result of the interaction