Skip to main content

Interface: IssueTokensArgs

Defined in: auth-core/src/oauthServerTypes.ts:263

Arguments passed to OAuthServerOptions.issueTokens.

Properties

client

client: OAuthClient

Defined in: auth-core/src/oauthServerTypes.ts:269

The client the tokens are being issued to.


scopes

scopes: string[]

Defined in: auth-core/src/oauthServerTypes.ts:267

The scopes granted to the token.


subject

subject: string

Defined in: auth-core/src/oauthServerTypes.ts:265

The authenticated end-user subject identifier.