UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

46 lines (45 loc) 965 B
//#region src/lib/auth-mutation-keys.ts var e = { all: ["auth"], signIn: { all: ["auth", "signIn"], email: [ "auth", "signIn", "email" ], social: [ "auth", "signIn", "social" ], popup: [ "auth", "signIn", "popup" ] }, signUp: { all: ["auth", "signUp"], email: [ "auth", "signUp", "email" ] }, signOut: ["auth", "signOut"], requestPasswordReset: ["auth", "requestPasswordReset"], resetPassword: ["auth", "resetPassword"], sendVerificationEmail: ["auth", "sendVerificationEmail"], changeEmail: ["auth", "changeEmail"], changePassword: ["auth", "changePassword"], linkSocial: ["auth", "linkSocial"], revokeSession: ["auth", "revokeSession"], revokeOtherSessions: ["auth", "revokeOtherSessions"], revokeSessions: ["auth", "revokeSessions"], unlinkAccount: ["auth", "unlinkAccount"], updateSession: ["auth", "updateSession"], updateUser: ["auth", "updateUser"] }; //#endregion export { e as t };