AuthenticationError

enum AuthenticationError : Enum<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.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int