Skip to main content

QOAuthAccessTokenPayload

@quik/oauth-server


@quik/oauth-server / QOAuthAccessTokenPayload

Type Alias: QOAuthAccessTokenPayload

QOAuthAccessTokenPayload = object

Defined in: oauth-server/src/types.ts:190

JWT payload used for OAuth access tokens.

Properties

clientId

clientId: string

Defined in: oauth-server/src/types.ts:194

OAuth client id claim.


grantType

grantType: QOAuthGrantType

Defined in: oauth-server/src/types.ts:198

Grant type used to issue this token.


scope

scope: string

Defined in: oauth-server/src/types.ts:196

Space-delimited scope string.


sub

sub: string

Defined in: oauth-server/src/types.ts:192

Subject identifier.