NotionTokenResponse
Defined in: src/lib/auth/notion-primitives.ts:61
Token response from the token endpoint.
Properties
accessToken
accessToken:
string
Defined in: src/lib/auth/notion-primitives.ts:62
expiresAt?
optionalexpiresAt:number
Defined in: src/lib/auth/notion-primitives.ts:64
refreshToken?
optionalrefreshToken:string
Defined in: src/lib/auth/notion-primitives.ts:63
scope?
optionalscope:string
Defined in: src/lib/auth/notion-primitives.ts:65
Last updated on