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.

Hierarchy

Properties

authenticatorProtectionStatus: PasswordAuthenticatorProtectionStatus

The authenticator protection status.

lastRecoverableError?: PasswordUserVerificationError

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 password was provided in the previous invocation to PasswordUserVerificationHandler.verifyPassword and thus the protection status is PasswordProtectionStatusLastAttemptFailed.

authenticator: Authenticator

The authenticator to be used to do the user verification.

Methods

Generated using TypeDoc