AuthenticationState

enum AuthenticationState : Enum<AuthenticationState>

The different authentication states the VPA service can be in.

Entries

Link copied to clipboard

The user is not logged in. Authentication can be requested.

Link copied to clipboard

The authentication process has been started.

Link copied to clipboard

Authentication is in progress.

Link copied to clipboard

The user is logged in and can use the VPA.

Link copied to clipboard

There was an error when attempting to authenticate.

Link copied to clipboard

Authentication is not possible due to some general error, such as no internet connection.

Inherited properties

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