Record
token-data
The return type of a successful validation.
record token-data {
header: jwt-header,
claims: claims,
}Fields
| Name | Type | Description |
|---|---|---|
| header | jwt-header | The decoded JWT header |
| claims | claims | The decoded JWT claims |
The return type of a successful validation.
record token-data {
header: jwt-header,
claims: claims,
}| Name | Type | Description |
|---|---|---|
| header | jwt-header | The decoded JWT header |
| claims | claims | The decoded JWT claims |