UNPKG

@azure/msal-browser

Version:
6 lines 315 B
import { CustomAuthError } from "./CustomAuthError.js"; export declare class MsalCustomAuthError extends CustomAuthError { subError: string | undefined; constructor(error: string, errorDescription?: string, subError?: string, correlationId?: string); } //# sourceMappingURL=MsalCustomAuthError.d.ts.map