struct Slack::Webhooks::VerifiedRequest

Overview

https://api.slack.com/authentication/verifying-requests-from-slack

Defined in:

slack/webhooks/verified_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(request : HTTP::Request) #

[View source]

Instance Method Detail

def body : String #

[View source]
def replay_attack? #

[View source]
def request : HTTP::Request #

[View source]
def signature_matches? #

[View source]
def signing_secret(*args, **options) #

[View source]
def signing_secret(*args, **options, &) #

[View source]
def signing_secret_version(*args, **options) #

[View source]
def signing_secret_version(*args, **options, &) #

[View source]
def slack_signature : String #

[View source]
def slack_timestamp : String #

[View source]
def verify! #

[View source]
def webhook_delivery_time_limit(*args, **options) #

[View source]
def webhook_delivery_time_limit(*args, **options, &) #

[View source]