Skip to main content

Interface: OnRefreshTokenArgs

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

Arguments passed to OAuthServerOptions.onRefreshToken.

Properties

client

client: OAuthClient

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

The authenticated client.


refreshToken

refreshToken: string

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

The refresh token presented by the client.


scopes

scopes: string[]

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

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