Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
WebhookSignature::getSignatures( string $header, string $scheme )
Extracts the signatures matching a given scheme in a signature header.
Description Description
Parameters Parameters
- $header
-
(Required) the signature header
- $scheme
-
(Required) the signature scheme to look for
Return Return
(array) the list of signatures matching the provided scheme
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/WebhookSignature.php