Interface: ExchangeCodeOptions
Defined in: client.ts:33
Options for OAuthClient.exchangeCode.
Properties
code
code:
string
Defined in: client.ts:35
Authorization code received on the callback.
redirectUri
redirectUri:
string
Defined in: client.ts:37
Must match the redirectUri used to build the authorization URL.