AuthenticationError

Error codes explaining what went wrong when attempting to authenticate with a VPA.

Entries

Link copied to clipboard

Used when the AuthenticationType is AuthenticationType.ONLINE_CODE_BASED and indicates that the user took too long to enter the authorization code into the page at the specified URL.

Link copied to clipboard

Some VPA services only allow the client to be authenticated for a certain amount of time.

Link copied to clipboard

The request to authenticate timed out. For AuthenticationType.ONLINE_CODE_BASED authentication, this occurs when the end-user takes too long to enter the code in the authentication website.

Link copied to clipboard

The request to log out from the VPA service failed.

Link copied to clipboard

The authentication process failed to start.

Link copied to clipboard

An unrecoverable error happened during the authentication process.

Link copied to clipboard

A failure occurred during authorization. This could happen if invalid or expired data is used.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.