Accounts

data class Accounts(val raw: String) : Ticket

Ticket that authenticates a call to the accounts service.

Constructors

Link copied to clipboard
constructor(raw: String)

Properties

Link copied to clipboard
open override val id: Uuid

The data.id UUIDv4 claim extracted from the JWT payload.

Link copied to clipboard
open override val raw: String

The underlying JWT string.