struct

KemalIdentity::ApiTokens::Issued

Inherits Struct < Value < Object

A token as it exists exactly once: the raw secret, and the row.

The raw value is a Secret, so an accidental interpolation redacts. It is the only moment the token is knowable — nothing stores it, and a management screen can never show it again.

Constructors

new(token : Secret, record : Token)
Source

Instance methods

record
Source
token
Source