Skip to main content

Interface: IssueRefreshTokenArgs

Defined in: refreshTokenRotation.ts:58

Arguments for RefreshRotation.issue.

Properties

client

client: OAuthClient

Defined in: refreshTokenRotation.ts:60

The client the token is issued to.


scopes

scopes: string[]

Defined in: refreshTokenRotation.ts:64

The scopes granted to the token.


subject

subject: string

Defined in: refreshTokenRotation.ts:62

The authenticated end-user subject identifier.