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

Latest commit

 

History

History
21 lines (16 loc) · 1.46 KB

AuthenticatorValidateStage.md

File metadata and controls

21 lines (16 loc) · 1.46 KB

AuthenticatorValidateStage

Properties

Name Type Description Notes
pk java.util.UUID [readonly]
name kotlin.String
component kotlin.String Get object type so that we know how to edit the object [readonly]
verboseName kotlin.String Return object's verbose_name [readonly]
verboseNamePlural kotlin.String Return object's plural verbose_name [readonly]
metaModelName kotlin.String Return internal model name [readonly]
flowSet kotlin.collections.List<FlowSet> [optional]
notConfiguredAction NotConfiguredActionEnum [optional]
deviceClasses kotlin.collections.List<DeviceClassesEnum> Device classes which can be used to authenticate [optional]
configurationStages kotlin.collections.List<java.util.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 kotlin.String If any of the user's device has been used within this threshold, this stage will be skipped [optional]
webauthnUserVerification UserVerificationEnum [optional]