UNPKG

@better-auth-ui/core

Version:

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

7 lines (5 loc) 251 B
import type { deviceAuthorizationClient } from "better-auth/client/plugins" import type { AuthClient } from "../../lib/auth-client" export type DeviceAuthorizationAuthClient = AuthClient<{ plugins: [ReturnType<typeof deviceAuthorizationClient>] }>