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 password was provided in the previous invocation to PasswordUserVerificationHandler.verifyPassword and thus the protection status is PasswordProtectionStatusLastAttemptFailed.
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 PasswordUserVerificationContext instance.
Generated using TypeDoc
The object providing information about the password 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
PasswordUserVerifier.verifyPassword