@ory/client
Version:
OpenAPI client for @ory/client
24 lines (16 loc) • 847 B
Markdown
# IdentityWithCredentialsWebAuthnConfig
Create Identity and Import WebAuthn Credentials Configuration
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**credentials** | [**Array<IdentityCredentialsWebAuthn>**](IdentityCredentialsWebAuthn.md) | | [optional] [default to undefined]
**user_handle** | **Array<number>** | UserHandle is the user handle of the webauthn credential. | [optional] [default to undefined]
## Example
```typescript
import { IdentityWithCredentialsWebAuthnConfig } from '@ory/client';
const instance: IdentityWithCredentialsWebAuthnConfig = {
credentials,
user_handle,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)