Skip to content
Alchemy Logo

UseRemovePasskeyResult

type UseRemovePasskeyResult = object;

Defined in: account-kit/react/src/hooks/useRemovePasskey.ts:16

PropertyType

error

Error | null

isRemovingPasskey

boolean

removePasskey

UseMutateFunction<void, Error, string, unknown>

removePasskeyAsync

UseMutateAsyncFunction<void, Error, string, unknown>

Was this page helpful?