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

4 lines
318 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
export declare const storageNotSupported = "storage_not_supported";
export declare const stubbedPublicClientApplicationCalled = "stubbed_public_client_application_called";
export declare const inMemRedirectUnavailable = "in_mem_redirect_unavailable";
//# sourceMappingURL=BrowserConfigurationAuthErrorCodes.d.ts.map