Authenticated

data class Authenticated(val accountInfo: AccountInfo? = null) : EmspAuthenticationStatus

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

Parameters

accountInfo

contains details of the logged in user's eMSP account, if relevant.

Constructors

Link copied to clipboard
constructor(accountInfo: AccountInfo? = null)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)