Skip to Content
Anuma SDKReactInternalFunctionshandleCalendarCallback

handleCalendarCallback

handleCalendarCallback(callbackPath: string, apiClient?: Client, walletAddress?: string): Promise<string | null>

Defined in: src/lib/auth/google-calendar.ts:324 

Handle the OAuth callback - exchange code for tokens via backend

Parameters

ParameterType

callbackPath

string

apiClient?

Client

walletAddress?

string

Returns

Promise<string | null>

Last updated on