Alchemy Logo

UseRemovePasskeyResult

type UseRemovePasskeyResult = object;

Defined in: account-kit/react/dist/types/hooks/useRemovePasskey.d.ts:4

PropertyType

error

Error | null

isRemovingPasskey

boolean

removePasskey

UseMutateFunction<void, Error, string, unknown>

removePasskeyAsync

UseMutateAsyncFunction<void, Error, string, unknown>

Was this page helpful?