AuthenticationState

enum AuthenticationState : Enum<AuthenticationState>

The different authentication states an eMSP service can be in.

Entries

Link copied to clipboard

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

Link copied to clipboard

Authentication has been requested. The eMSP can provide information about how to authenticate in EmspAuthenticationStatus.authenticationInfo.

Link copied to clipboard

Authentication is in progess.

Link copied to clipboard

The user is logged in and can use the eMSP to charge their vehicle and to pay for charging.

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