TokenInfo

@Serializable
data class TokenInfo(val expires: String, val token: String)

Constructors

Link copied to clipboard
constructor(expires: String, token: String)

Properties

Link copied to clipboard

expiration datetime in format YYYY-MM-DDThh:mm:ssZ

Link copied to clipboard

jwt-token received from backend