public static interface CaptchaConfig.Builder extends SdkPojo, CopyableBuilder<CaptchaConfig.Builder,CaptchaConfig>
| Modifier and Type | Method and Description |
|---|---|
default CaptchaConfig.Builder |
immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
CaptchaConfig.Builder |
immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCaptchaConfig.Builder immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle.
immunityTimeProperty - Determines how long a CAPTCHA timestamp in the token remains valid after the client
successfully solves a CAPTCHA puzzle.default CaptchaConfig.Builder immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle.
ImmunityTimeProperty.Builder avoiding
the need to create one manually via ImmunityTimeProperty.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to immunityTimeProperty(ImmunityTimeProperty).
immunityTimeProperty - a consumer that will call methods on ImmunityTimeProperty.BuilderimmunityTimeProperty(ImmunityTimeProperty)Copyright © 2023. All rights reserved.