@ory/client
Version:
OpenAPI client for @ory/client
27 lines (19 loc) • 822 B
Markdown
# IdentityCredentialsWebAuthnFlags
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**backup_eligible** | **boolean** | | [optional] [default to undefined]
**backup_state** | **boolean** | | [optional] [default to undefined]
**user_present** | **boolean** | | [optional] [default to undefined]
**user_verified** | **boolean** | | [optional] [default to undefined]
## Example
```typescript
import { IdentityCredentialsWebAuthnFlags } from '@ory/client';
const instance: IdentityCredentialsWebAuthnFlags = {
backup_eligible,
backup_state,
user_present,
user_verified,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)