Skip to main content

Interface: RequestGoogleOAuthTokenInput

Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:56

Input for requestGoogleOAuthToken.

Properties

clientId

clientId: string

Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:57


clientSecret?

optional clientSecret: string

Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:58


operationLabel

operationLabel: "refresh" | "token exchange"

Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:60

Human-readable operation label included in thrown error messages.


params

params: Record<string, string>

Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:62

OAuth grant specific fields (excluding client_id / client_secret).