webhook_service extends facade
Facade for local_middag\framework\application\service\common\webhook_service.
Tags
Table of Contents
Methods
- get_facade_accessor() : string
- Return the service accessor key for this facade.
- validate_signature() : bool
Methods
get_facade_accessor()
Return the service accessor key for this facade.
public
static get_facade_accessor() : string
Return values
stringvalidate_signature()
public
static validate_signature(string $payload, string $signature, string $secret[, string $algo = = '\'sha256\'' ]) : bool
Parameters
- $payload : string
- $signature : string
- $secret : string
- $algo : string = = '\'sha256\''