UNPKG

@dataroadinc/setup-auth

Version:

CLI tool and programmatic API for automated OAuth setup across cloud platforms

7 lines (6 loc) 285 B
import { SetupAuthGlobalOptions } from "../../../types/index.js"; export type GcpSetupServiceAccountOptions = SetupAuthGlobalOptions; export declare function gcpCheckServiceAccountOptions(options: GcpSetupServiceAccountOptions): Promise<{ success: boolean; error?: string; }>;