Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.18 KB

AuthenticatorValidateStageRequest.md

File metadata and controls

16 lines (12 loc) · 1.18 KB

AuthenticatorValidateStageRequest

Properties

Name Type Description Notes
name String
flowSet [FlowSetRequest] [optional]
notConfiguredAction NotConfiguredActionEnum [optional]
deviceClasses [DeviceClassesEnum] Device classes which can be used to authenticate [optional]
configurationStages [UUID] 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]
lastAuthThreshold String If any of the user's device has been used within this threshold, this stage will be skipped [optional]
webauthnUserVerification UserVerificationEnum Enforce user verification for WebAuthn devices. * `required` - Required * `preferred` - Preferred * `discouraged` - Discouraged [optional]

[Back to Model list] [Back to API list] [Back to README]