Skip to Content
Anuma SDKExpoInternalFunctionsrefreshNotionAccessToken

refreshNotionAccessToken

refreshNotionAccessToken(params: NotionRefreshTokenParams): Promise<NotionTokenResponse>

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

Refresh an access token using a refresh token.

This is a public client request — no client_secret is sent.

Parameters

ParameterType

params

NotionRefreshTokenParams

Returns

Promise<NotionTokenResponse>

Last updated on