UNPKG

@dataroadinc/setup-auth

Version:

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

9 lines (8 loc) 268 B
export declare function checkExistingOAuthSettings(): Promise<{ hasClientId: boolean; hasClientSecret: boolean; hasAllowedDomains: boolean; clientId: string | undefined; clientSecret: string | undefined; allowedDomains: string | undefined; }>;