NotionExchangeCodeParams
Defined in: src/lib/auth/notion-primitives.ts:78
Parameters for exchangeNotionCode.
Properties
clientId
clientId:
string
Defined in: src/lib/auth/notion-primitives.ts:82
code
code:
string
Defined in: src/lib/auth/notion-primitives.ts:80
codeVerifier
codeVerifier:
string
Defined in: src/lib/auth/notion-primitives.ts:83
redirectUri
redirectUri:
string
Defined in: src/lib/auth/notion-primitives.ts:81
tokenEndpoint
tokenEndpoint:
string
Defined in: src/lib/auth/notion-primitives.ts:79
Last updated on