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

Latest commit

 

History

History
21 lines (16 loc) · 1.77 KB

PatchedIdentificationStageRequest.md

File metadata and controls

21 lines (16 loc) · 1.77 KB

PatchedIdentificationStageRequest

Properties

Name Type Description Notes
name kotlin.String [optional]
flowSet kotlin.collections.List<FlowSetRequest> [optional]
userFields kotlin.collections.List<UserFieldsEnum> Fields of the user object to match against. (Hold shift to select multiple options) [optional]
passwordStage java.util.UUID When set, shows a password field, instead of showing the password field as seaprate step. [optional]
caseInsensitiveMatching kotlin.Boolean When enabled, user fields are matched regardless of their casing. [optional]
showMatchedUser kotlin.Boolean When a valid username/email has been entered, and this option is enabled, the user's username and avatar will be shown. Otherwise, the text that the user entered will be shown [optional]
enrollmentFlow java.util.UUID Optional enrollment flow, which is linked at the bottom of the page. [optional]
recoveryFlow java.util.UUID Optional recovery flow, which is linked at the bottom of the page. [optional]
passwordlessFlow java.util.UUID Optional passwordless flow, which is linked at the bottom of the page. [optional]
sources kotlin.collections.List<java.util.UUID> Specify which sources should be shown. [optional]
showSourceLabels kotlin.Boolean [optional]
pretendUserExists kotlin.Boolean When enabled, the stage will succeed and continue even when incorrect user info is entered. [optional]