Skip to main content
Defined in: server/auth/types.ts:1

Properties

claims

Defined in: server/auth/types.ts:11 All claims from the token payload.

clientId?

Defined in: server/auth/types.ts:5 The subject/client identifier from the token.

expiresAt?

Defined in: server/auth/types.ts:9 Unix timestamp (seconds) when the token expires.

scopes

Defined in: server/auth/types.ts:7 Scopes granted to the token.

token

Defined in: server/auth/types.ts:3 The raw bearer token string.