AccessToken

fun AccessToken(@Json(name = idid: String, @Json(name = tokentoken: String, @Json(name = valid_untilvalidUntil: LocalDateTime? = null, @Json(name = created_atcreatedAt: LocalDateTime, @Json(name = objectobject: String)

Parameters

id

access Token ID

token

The Access Token

validUntil

The date-time this token expires. Note that the access token is valid for one hour. After one hour you have to refresh the token, to be valid another hour.

createdAt

Date of creation

object The value bank_user_access_token