@better-auth-ui/core
Version:
Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.
13 lines (12 loc) • 468 B
TypeScript
/**
* Mutation keys contributed by the Google One Tap UI plugin.
*
* The ambient prompt intentionally lives outside the shared
* `["auth", "signIn"]` namespace. Google can keep the prompt open or retry it
* for several seconds, and that background work must not disable the regular
* sign-in form.
*/
export declare const oneTapMutationKeys: {
/** Key for opening the Google One Tap prompt. */
readonly prompt: readonly ["auth", "oneTap", "prompt"];
};