authentik-client 3.2025061.1

Making authentication simple.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# PatchedAuthenticatorValidateStageRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> |  | [optional]
**flow_set** | Option<[**Vec<models::FlowSetRequest>**]FlowSetRequest.md> |  | [optional]
**not_configured_action** | Option<[**models::NotConfiguredActionEnum**]NotConfiguredActionEnum.md> |  | [optional]
**device_classes** | Option<[**Vec<models::DeviceClassesEnum>**]DeviceClassesEnum.md> | Device classes which can be used to authenticate | [optional]
**configuration_stages** | Option<[**Vec<uuid::Uuid>**]uuid::Uuid.md> | Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. | [optional]
**last_auth_threshold** | Option<**String**> | If any of the user's device has been used within this threshold, this stage will be skipped | [optional]
**webauthn_user_verification** | Option<[**models::UserVerificationEnum**]UserVerificationEnum.md> | Enforce user verification for WebAuthn devices. | [optional]
**webauthn_allowed_device_types** | Option<[**Vec<uuid::Uuid>**]uuid::Uuid.md> |  | [optional]

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