BitmovinApiSdk\Models\PoisEndpointCredentials

Synopsis

class PoisEndpointCredentials extends ApiResource {
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $password — string
  • $username — string

Methods

public

  • __construct()
  • password() — The password required for authentication with the POIS server.
  • username() — The username required to authenticate with the POIS server.

Inherited from BitmovinApiSdk\Common\ApiResource

public