Skip to content
Alchemy Logo

UseAuthenticateResult

type UseAuthenticateResult = object;

Defined in: account-kit/react/src/hooks/useAuthenticate.ts:20

PropertyType

authenticate

UseMutateFunction<User, Error, AuthParams, unknown>

authenticateAsync

UseMutateAsyncFunction<User, Error, AuthParams, unknown>

error

Error | null

isPending

boolean

Was this page helpful?