UNPKG

@dataroadinc/setup-auth

Version:

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

12 lines (11 loc) 296 B
declare class SetupAuthError extends Error { originalError: Error | undefined; code?: string; constructor(message: string, options?: { code?: string; cause?: unknown; }); toString(): string; isReauthenticationError(): boolean; } export { SetupAuthError };