Skip to main content

Interface: IssueTokensArgs

Defined in: oauthServerTypes.ts:185

Arguments passed to OAuthServerOptions.issueTokens.

Properties

client

client: OAuthClient

Defined in: oauthServerTypes.ts:191

The client the tokens are being issued to.


scopes

scopes: string[]

Defined in: oauthServerTypes.ts:189

The scopes granted to the token.


subject

subject: string

Defined in: oauthServerTypes.ts:187

The authenticated end-user subject identifier.