Skip to Content

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?

optional expiresAt: number

Defined in: src/lib/auth/notion-primitives.ts:64 


refreshToken?

optional refreshToken: string

Defined in: src/lib/auth/notion-primitives.ts:63 


scope?

optional scope: string

Defined in: src/lib/auth/notion-primitives.ts:65 

Last updated on