botbook/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.d.ts

15 lines
522 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
import { AuthError } from "@azure/msal-common";
/**
* NestedAppAuthErrorMessage class containing string constants used by error codes and messages.
*/
export declare const NestedAppAuthErrorMessage: {
unsupportedMethod: {
code: string;
desc: string;
};
};
export declare class NestedAppAuthError extends AuthError {
constructor(errorCode: string, errorMessage?: string);
static createUnsupportedError(): NestedAppAuthError;
}
//# sourceMappingURL=NestedAppAuthError.d.ts.map