Skip to main content

Interface: IssueTokensArgs

Defined in: oauthServerTypes.ts:299

Arguments passed to OAuthServerOptions.issueTokens.

Properties

client

client: OAuthClient

Defined in: oauthServerTypes.ts:305

The client the tokens are being issued to.


scopes

scopes: string[]

Defined in: oauthServerTypes.ts:303

The scopes granted to the token.


subject

subject: string

Defined in: oauthServerTypes.ts:301

The authenticated end-user subject identifier.