> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rhinestone.dev/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 />

## Returns

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