Preparing search index...
The search index is not available
zibri
zibri
auth/jwt/jwt-access-token-payload.model
JwtAccessTokenPayload
Type Alias JwtAccessTokenPayload<Role, T>
JwtAccessTokenPayload
:
{
email
:
T
[
"email"
]
;
id
:
T
[
"id"
]
;
roles
:
T
[
"roles"
]
}
The payload of a jwt access token.
Type Parameters
Role
extends
string
T
extends
BaseUser
<
Role
>
Type declaration
email
:
T
[
"email"
]
The email of the user.
id
:
T
[
"id"
]
The id of the user.
roles
:
T
[
"roles"
]
The roles of the user.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
The payload of a jwt access token.