Proksea/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.d.ts
2024-07-05 00:09:37 +08:00

6 lines
263 B
TypeScript

/**
* AuthErrorMessage class containing string constants used by error codes and messages.
*/
export declare const unexpectedError = "unexpected_error";
export declare const postRequestFailed = "post_request_failed";
//# sourceMappingURL=AuthErrorCodes.d.ts.map