Package ai.extend.wrapper.webhooks
Class VerifyOptions.Builder
- java.lang.Object
-
- ai.extend.wrapper.webhooks.VerifyOptions.Builder
-
- Enclosing class:
- VerifyOptions
public static class VerifyOptions.Builder extends java.lang.ObjectBuilder forVerifyOptions.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerifyOptionsbuild()Builds theVerifyOptionsinstance.VerifyOptions.BuildermaxAgeSeconds(int maxAgeSeconds)Sets the maximum age of the request in seconds.
-
-
-
Method Detail
-
maxAgeSeconds
public VerifyOptions.Builder maxAgeSeconds(int maxAgeSeconds)
Sets the maximum age of the request in seconds. Default: 300 (5 minutes) Set to 0 to disable timestamp validation.
-
build
public VerifyOptions build()
Builds theVerifyOptionsinstance.
-
-