UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

6 lines (5 loc) 278 B
import { defineErrorCodes } from "@better-auth/core/utils/error-codes"; //#region src/plugins/multi-session/error-codes.ts const MULTI_SESSION_ERROR_CODES = defineErrorCodes({ INVALID_SESSION_TOKEN: "Invalid session token" }); //#endregion export { MULTI_SESSION_ERROR_CODES };