Interfaces
AccessToken
Defined in: server/auth/types.ts:1
Defined in: server/auth/types.ts:11
All claims from the token payload.
Defined in: server/auth/types.ts:5
The subject/client identifier from the token.
Defined in: server/auth/types.ts:9
Unix timestamp (seconds) when the token expires.
Defined in: server/auth/types.ts:7
Scopes granted to the token.
Defined in: server/auth/types.ts:3
The raw bearer token string.