KemalIdentity::ApiTokens::Issued
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)
SourceInstance methods
record
Sourcetoken
Source