Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.17 KB

PatchedCaptchaStageRequest.md

File metadata and controls

20 lines (15 loc) · 1.17 KB

PatchedCaptchaStageRequest

Properties

Name Type Description Notes
name Option<String> [optional]
flow_set Option<Vecmodels::FlowSetRequest> [optional]
public_key Option<String> Public key, acquired your captcha Provider. [optional]
private_key Option<String> Private key, acquired your captcha Provider. [optional]
js_url Option<String> [optional]
api_url Option<String> [optional]
interactive Option<bool> [optional]
score_min_threshold Option<f64> [optional]
score_max_threshold Option<f64> [optional]
error_on_invalid_score Option<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]