better-auth
Version:
The most comprehensive authentication framework for TypeScript.
11 lines (10 loc) • 583 B
text/typescript
import * as _$_better_auth_core_utils_error_codes0 from "@better-auth/core/utils/error-codes";
//#region src/plugins/oauth-popup/error-codes.d.ts
declare const OAUTH_POPUP_ERROR_CODES: {
POPUP_SIGN_IN_FAILED: _$_better_auth_core_utils_error_codes0.RawError<"POPUP_SIGN_IN_FAILED">;
POPUP_BLOCKED: _$_better_auth_core_utils_error_codes0.RawError<"POPUP_BLOCKED">;
POPUP_CLOSED: _$_better_auth_core_utils_error_codes0.RawError<"POPUP_CLOSED">;
POPUP_TIMEOUT: _$_better_auth_core_utils_error_codes0.RawError<"POPUP_TIMEOUT">;
};
//#endregion
export { OAUTH_POPUP_ERROR_CODES };