The object providing information about the PIN user verification (i.e. the user credential validation) operation to be done.

This object contains the information required to ask the user to authenticate: the authenticator to be used, whether there were previous errors authenticating, etc.

Hierarchy

Properties

authenticatorProtectionStatus: PinAuthenticatorProtectionStatus

The authenticator protection status.

lastRecoverableError?: PinUserVerificationError

When a recoverable error occurred during the last credential verification, it returns the object describing the last error.

If present, this means that an invalid PIN was provided in the previous invocation to PinUserVerificationHandler.verifyPin and thus the protection status is PinProtectionStatusLastAttemptFailed.

authenticator: Authenticator

The authenticator to be used to do the user verification.

Methods

Generated using TypeDoc