@better-auth-ui/core
Version:
Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.
10 lines (9 loc) • 299 B
TypeScript
/**
* Mutation keys for Better Auth's anonymous plugin.
*
* Anonymous sign-in stays under the shared sign-in namespace so global auth
* pending and error handling can observe it.
*/
export declare const anonymousMutationKeys: {
readonly signIn: readonly ["auth", "signIn", "anonymous"];
};