UseAuthenticateResult

1type UseAuthenticateResult = object;

Defined in: account-kit/react/dist/types/hooks/useAuthenticate.d.ts:5

Properties

PropertyType

authenticate

UseMutateFunction<User, Error, AuthParams, unknown>

authenticateAsync

UseMutateAsyncFunction<User, Error, AuthParams, unknown>

error

Error | null

isPending

boolean