AuthToken

@Serializable
data class AuthToken(issuer: String, principalAccount: String, issuedAt: Instant, expiresAt: Instant, clientDomain: String?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun prettify(): String
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val account: String
Link copied to clipboard
val clientDomain: String? = null
Link copied to clipboard
val expiresAt: Instant
Link copied to clipboard
val issuedAt: Instant
Link copied to clipboard
val issuer: String
Link copied to clipboard
val memo: ULong?
Link copied to clipboard
lateinit var token: String