Skip to main content

Interface: OnRefreshTokenArgs

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

Arguments passed to OAuthServerOptions.onRefreshToken.

Properties

client

client: OAuthClient

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

The authenticated client.


refreshToken

refreshToken: string

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

The refresh token presented by the client.


scopes

scopes: string[]

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

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