Interface: IssueTokensArgs
Defined in: auth-core/src/oauthServerTypes.ts:136
Arguments passed to OAuthServerOptions.issueTokens.
Properties
client
client:
OAuthClient
Defined in: auth-core/src/oauthServerTypes.ts:142
The client the tokens are being issued to.
scopes
scopes:
string[]
Defined in: auth-core/src/oauthServerTypes.ts:140
The scopes granted to the token.
subject
subject:
string
Defined in: auth-core/src/oauthServerTypes.ts:138
The authenticated end-user subject identifier.