Interface: RequestGoogleOAuthTokenInput
Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:62
Input for requestGoogleOAuthToken.
Properties
clientId
clientId: string;
Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:63
clientSecret?
optional clientSecret?: string;
Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:64
operationLabel
operationLabel: "refresh" | "token exchange";
Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:66
Human-readable operation label included in thrown error messages.
params
params: Record<string, string>;
Defined in: electron/services/cloud/providers/googleDrive/googleDriveOAuthTokenRequest.ts:68
OAuth grant specific fields (excluding client_id / client_secret).