SlackWebhookVerifier
Table of Contents
Constants
-
TIMESTAMP_TOLERANCE
: mixed = 300
Properties
-
$signingSecret
: string
Methods
-
__construct()
: mixed
-
verify()
: void
TIMESTAMP_TOLERANCE
private
mixed
TIMESTAMP_TOLERANCE
= 300
$signingSecret
read-only
private
string
$signingSecret
__construct()
public
__construct(string $signingSecret) : mixed
Parameters
-
$signingSecret
: string
-
verify()
public
verify(ServerRequestInterface $request, string $body) : void
Parameters
-
$request
: ServerRequestInterface
-
-
$body
: string
-