BitmovinApiSdk\Models\WebhookEncryption

Synopsis

class WebhookEncryption extends ApiResource {
  • // members
  • public EncryptionType $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 encryption (required)
  • type() — The encryption algorithm used for the webhook (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public