UNPKG

@dataroadinc/setup-auth

Version:

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

3 lines (2 loc) 138 B
import { GcpSetupOAuthOptions } from "./options.js"; export declare function gcpSetupOAuth(options: GcpSetupOAuthOptions): Promise<void>;