UseAuthenticateResult

1type UseAuthenticateResult = object;

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

Properties

PropertyType

authenticate

UseMutateFunction<User, Error, AuthParams, unknown>

authenticateAsync

UseMutateAsyncFunction<User, Error, AuthParams, unknown>

error

Error | null

isPending

boolean