Skip to Content

startDriveAuth

startDriveAuth(clientId: string, callbackPath: string): Promise<never>

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

Start the OAuth flow - redirects to Google

Parameters

ParameterType

clientId

string

callbackPath

string

Returns

Promise<never>

Last updated on