# IdentityCredentialsWebAuthnAuthenticator


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**aaguid** | **Array&lt;number&gt;** |  | [optional] [default to undefined]
**clone_warning** | **boolean** |  | [optional] [default to undefined]
**sign_count** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { IdentityCredentialsWebAuthnAuthenticator } from '@ory/client';

const instance: IdentityCredentialsWebAuthnAuthenticator = {
    aaguid,
    clone_warning,
    sign_count,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
