> ## Documentation Index
> Fetch the complete documentation index at: https://rhinestone-fix-widget-proxy-permit-routes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# enable

> Enable passkeys authentication

## Import

```ts theme={null}
import { enable } from '@rhinestone/sdk/actions/passkeys'
```

## Usage

```ts theme={null}
const transaction = await account.prepareTransaction({
  chain,
  calls: [enable(credential)],
})
```

## Parameters

<ParamField path="credential" type="WebauthnCredential" required>
  WebAuthn credential to enable
</ParamField>

## Returns

<ResponseField name="call" type="LazyCallInput">
  Calls to enable passkeys authentication
</ResponseField>
