Represents the claims associated with a session or token.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
subject |
string
|
The subject or identifier of the claims. | |
issued_at |
string
|
<optional> |
The timestamp when the claims were issued (optional). |
expiration |
string
|
The timestamp when the claims expire. | |
audience |
Array.<string>
|
<optional> |
The intended audience(s) for the claims (optional). |
issuer |
string
|
<optional> |
The entity that issued the claims (optional). |
email |
Pick.<Email, ("address"|"is_primary"|"is_verified")>
|
<optional> |
Email information associated with the subject (optional). |
username |
string
|
<optional> |
The subject's username (optional). |
session_id |
string
|
The session identifier linked to the claims. |