UNPKG

@dataroadinc/setup-auth

Version:

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

4 lines (3 loc) 257 B
import { GcpAuthenticatedIdentity } from "../../../providers/gcp/creds/identity.js"; import { gcpViewOptions } from "./options.js"; export declare function gcpViewServiceAccount(_options: gcpViewOptions, _identity: GcpAuthenticatedIdentity): Promise<void>;