BearerToken

interface BearerToken : Identity

Represents a Bearer token identity

Properties

Link copied to clipboard
abstract val token: String

The token value.

Inherited properties

Link copied to clipboard
abstract val attributes: Attributes
Link copied to clipboard
abstract val expiration: Instant?