public static interface ChallengeConfig.Builder extends SdkPojo, CopyableBuilder<ChallengeConfig.Builder,ChallengeConfig>
| Modifier and Type | Method and Description |
|---|---|
default ChallengeConfig.Builder |
immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds
to a challenge.
|
ChallengeConfig.Builder |
immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds
to a challenge.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChallengeConfig.Builder immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.
immunityTimeProperty - Determines how long a challenge timestamp in the token remains valid after the client successfully
responds to a challenge.default ChallengeConfig.Builder immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.
This is a convenience method that creates an instance of theImmunityTimeProperty.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.