# 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)
