Skip to main content

Interface: OnRefreshTokenArgs

Defined in: oauthServerTypes.ts:237

Arguments passed to OAuthServerOptions.onRefreshToken.

Properties

client

client: OAuthClient

Defined in: oauthServerTypes.ts:241

The authenticated client.


refreshToken

refreshToken: string

Defined in: oauthServerTypes.ts:239

The refresh token presented by the client.


scopes

scopes: string[]

Defined in: oauthServerTypes.ts:243

Scopes requested in the refresh request (may be empty).