# GetWebAuthnAttestationResult | @account-kit/signer

> Overview of GetWebAuthnAttestationResult from @account-kit/signer

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

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

```ts
type GetWebAuthnAttestationResult = object;
```

Defined in: [account-kit/signer/src/client/types.ts:481](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/signer/src/client/types.ts#L481)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="attestation" /> `attestation`
      </td>

      <td>
        `Awaited`\<`ReturnType`\<*typeof* `getWebAuthnAttestation`>>
      </td>
    </tr>

    <tr>
      <td>
        <a id="authenticatoruserid" /> `authenticatorUserId`
      </td>

      <td>
        `BufferSource`
      </td>
    </tr>

    <tr>
      <td>
        <a id="challenge" /> `challenge`
      </td>

      <td>
        `ArrayBuffer` | `string`
      </td>
    </tr>

  </tbody>
</table>