BitmovinApiSdk\Models\PoisEndpointCredentials
Synopsis
class PoisEndpointCredentials
extends ApiResource
{
- // methods
- public void __construct()
- public $this username()
- public $this password()
- // 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.