Skip to Content

getValidDriveToken

getValidDriveToken(walletAddress?: string): Promise<string | null>

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

Get stored token for Drive (async, supports encrypted storage)

Parameters

ParameterType

walletAddress?

string

Returns

Promise<string | null>

Last updated on