Class VerifyAndParseOptions


  • public class VerifyAndParseOptions
    extends java.lang.Object
    Options for webhook signature verification and parsing.
    • Method Detail

      • getMaxAgeSeconds

        public int getMaxAgeSeconds()
        Returns the maximum age of the request in seconds. Set to 0 to disable timestamp validation.
      • isAllowSignedUrl

        public boolean isAllowSignedUrl()
        Returns whether signed URL payloads are allowed.