Skip to content

Interface: CallbackParams

Defined in: src/core/oauth/parseCallbackUrl.ts:13

Properties

code

ts
code: string;

Defined in: src/core/oauth/parseCallbackUrl.ts:15

The authorization code, ready for exchangeAuthorizationCode.


state

ts
state: string;

Defined in: src/core/oauth/parseCallbackUrl.ts:17

The state that came back, already verified against expectedState.