Class SlackSignature.Generator

  • Enclosing class:
    SlackSignature

    public static class SlackSignature.Generator
    extends Object
    This utility has the ability to generate the Slack request signature.
    • Constructor Detail

      • Generator

        public Generator()
      • Generator

        public Generator​(String slackSigningSecret)
    • Method Detail

      • generate

        public String generate​(String slackRequestTimestamp,
                               String requestBody)