Import
Usage
Parameters
WebauthnCredential
required
WebAuthn credential to enable
Returns
LazyCallInput
Calls to enable passkeys authentication
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enable passkeys authentication
import { enable } from '@rhinestone/sdk/actions/passkeys'
const transaction = await account.prepareTransaction({
chain,
calls: [enable(credential)],
})
Was this page helpful?