Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
/ client-swift Public archive

Latest commit

 

History

History
29 lines (25 loc) · 2.39 KB

File metadata and controls

29 lines (25 loc) · 2.39 KB

IdentificationStage

Properties

Name Type Description Notes
pk UUID [readonly]
name String
component String Get object type so that we know how to edit the object [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
flowSet [FlowSet] [readonly]
userFields [UserFieldsEnum] Fields of the user object to match against. (Hold shift to select multiple options) [optional]
passwordStage UUID When set, shows a password field, instead of showing the password field as separate step. [optional]
captchaStage UUID When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. [optional]
caseInsensitiveMatching Bool When enabled, user fields are matched regardless of their casing. [optional]
showMatchedUser Bool 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 UUID Optional enrollment flow, which is linked at the bottom of the page. [optional]
recoveryFlow UUID Optional recovery flow, which is linked at the bottom of the page. [optional]
passwordlessFlow UUID Optional passwordless flow, which is linked at the bottom of the page. [optional]
sources [UUID] Specify which sources should be shown. [optional]
showSourceLabels Bool [optional]
pretendUserExists Bool When enabled, the stage will succeed and continue even when incorrect user info is entered. [optional]
enableRememberMe Bool Show the user the 'Remember me on this device' toggle, allowing repeat users to skip straight to entering their password. [optional]
webauthnStage UUID When set, and conditional WebAuthn is available, allow the user to use their passkey as a first factor. [optional]

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