UNPKG

@dataroadinc/setup-auth

Version:

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

4 lines (3 loc) 209 B
import { SetupAuthGlobalOptions } from "../../../types/index.js"; export type GcpSetupOAuthOptions = SetupAuthGlobalOptions; export declare function checkOptions(options: GcpSetupOAuthOptions): Promise<void>;