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