UNPKG

@dataroadinc/setup-auth

Version:

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

5 lines (4 loc) 204 B
import { SetupAuthError } from "../../../utils/error.js"; export async function gcpViewServiceAccount(_options, _identity) { throw new SetupAuthError("Service account viewing not implemented yet"); }