Interface: OnRefreshTokenArgs
Defined in: oauthServerTypes.ts:351
Arguments passed to OAuthServerOptions.onRefreshToken.
Properties
client
client:
OAuthClient
Defined in: oauthServerTypes.ts:355
The authenticated client.
refreshToken
refreshToken:
string
Defined in: oauthServerTypes.ts:353
The refresh token presented by the client.
scopes
scopes:
string[]
Defined in: oauthServerTypes.ts:357
Scopes requested in the refresh request (may be empty).