UNPKG

@azure/msal-browser

Version:
5 lines 308 B
import { CustomAuthError } from "./CustomAuthError.js"; export declare class MsalCustomAuthError extends CustomAuthError { constructor(error: string, errorDescription?: string, subError?: string, errorCodes?: Array<number>, correlationId?: string); } //# sourceMappingURL=MsalCustomAuthError.d.ts.map