AccessToken

data class AccessToken(val value: String, val expiryTime: Instant)

Constructors

Link copied to clipboard
constructor(value: String, expiryTime: Instant)

Properties

Link copied to clipboard
val expiryTime: Instant
Link copied to clipboard

Functions

Link copied to clipboard