Skip to Content

getNotionAccessToken

getNotionAccessToken(walletAddress: string | undefined): Promise<string | null>

Defined in: src/lib/auth/notion.ts:919 

Get a valid access token, refreshing if necessary

Parameters

ParameterType

walletAddress

string | undefined

Returns

Promise<string | null>

Last updated on