UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

25 lines (17 loc) 747 B
# IdentityCredentialsWebAuthnAuthenticator ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **aaguid** | **Array<number>** | | [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)