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