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
18 lines (14 loc) · 1.02 KB

File metadata and controls

18 lines (14 loc) · 1.02 KB

PatchedCaptchaStageRequest

Properties

Name Type Description Notes
name String [optional]
publicKey String Public key, acquired your captcha Provider. [optional]
privateKey String Private key, acquired your captcha Provider. [optional]
jsUrl String [optional]
apiUrl String [optional]
interactive Bool [optional]
scoreMinThreshold Double [optional]
scoreMaxThreshold Double [optional]
errorOnInvalidScore Bool When enabled and the received captcha score is outside of the given threshold, the stage will show an error message. When not enabled, the flow will continue, but the data from the captcha will be available in the context for policy decisions [optional]

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