UNPKG

@azure/msal-browser

Version:
6 lines 287 B
import { AuthError } from "@azure/msal-common/browser"; export declare class NestedAppAuthError extends AuthError { constructor(errorCode: string, errorMessage?: string); static createUnsupportedError(): NestedAppAuthError; } //# sourceMappingURL=NestedAppAuthError.d.ts.map