BitmovinApiSdk\Models\WebhookSignature

Synopsis

class WebhookSignature extends ApiResource {
  • // members
  • public SignatureType $type;
  • public string $key;
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

Methods

public

  • __construct()
  • key() — The key of the signature (required)
  • type() — The signature type used for the webhook. Selects one of the supported signatures. The signature is attached to the list of headers with the key `Bitmovin-Signature`. In case of the `HMAC` type the SHA512 hashing algorithm is used to generate an authentication code from the webhook body. (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public