# CreateWebauthnMAV2BaseParams | @account-kit/smart-contracts

> Overview of CreateWebauthnMAV2BaseParams from @account-kit/smart-contracts

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type CreateWebauthnMAV2BaseParams = Omit<CreateMAV2BaseParams, "signer"> &
  object;
```

Defined in: [account-kit/smart-contracts/src/ma-v2/account/common/modularAccountV2Base.ts:116](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/ma-v2/account/common/modularAccountV2Base.ts#L116)

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `credential`
      </td>

      <td>
        [`ToWebAuthnAccountParameters`](https://viem.sh)\[`"credential"`]
      </td>
    </tr>

    <tr>
      <td>
        `getFn?`
      </td>

      <td>
        [`ToWebAuthnAccountParameters`](https://viem.sh)\[`"getFn"`]
      </td>
    </tr>

    <tr>
      <td>
        `rpId?`
      </td>

      <td>
        [`ToWebAuthnAccountParameters`](https://viem.sh)\[`"rpId"`]
      </td>
    </tr>

  </tbody>
</table>