Skip to Content
SdkReactInternalFunctionshandleDriveCallback

handleDriveCallback

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

Defined in: src/lib/auth/google-drive.ts:182 

Handle the OAuth callback - exchange code for tokens via backend

Parameters

ParameterType

callbackPath

string

apiClient?

Client

Returns

Promise<string | null>

Last updated on