@azure/msal-browser
Version:
Microsoft Authentication Library for js
6 lines • 315 B
TypeScript
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