Abstract
Abstract
authenticatorThe authenticator protection status.
Optional
Abstract
lastWhen 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.
Abstract
authenticatorThe authenticator to be used to do the user verification.
Static
fromAlternate constructor that creates a UserVerificationContext from a json.
contains the source for instance creation.
the created PinUserVerificationContext instance.
Generated using TypeDoc
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.
See
PinUserVerifier.verifyPin