GitHubWebhookVerifier
in package
Table of Contents
Properties
- $webhookSecret : string
Methods
- __construct() : mixed
- verify() : bool
Properties
$webhookSecret read-only
private
string
$webhookSecret
Methods
__construct()
public
__construct(string $webhookSecret) : mixed
Parameters
- $webhookSecret : string
verify()
public
verify(string $body, string $signature) : bool
Parameters
- $body : string
- $signature : string