class SlackEvents::ChallengeHandler
- SlackEvents::ChallengeHandler
- Reference
- Object
Overview
Middleware that does the initial challenge handshake with Slack.
It always need to be used with and after SlackEvents::VerificationHandler
.
Included Modules
- HTTP::Handler
Defined in:
slack-events-api/challenge_handler.crInstance Method Summary
-
#call(context)
Requests that go through this middleware either: Are challenges - and the correct response is returned Are some other event - and the middleware does nothing
Instance Method Detail
def call(context)
#
Requests that go through this middleware either: Are challenges - and the correct response is returned Are some other event - and the middleware does nothing