BitmovinApiSdk\Models\SimpleEncodingVodJobUsernamePasswordCredentials
Synopsis
class SimpleEncodingVodJobUsernamePasswordCredentials
extends SimpleEncodingVodJobCredentials
{
- // methods
- public void __construct()
- public $this username()
- public $this password()
- // Inherited methods from SimpleEncodingVodJobCredentials
- public void __construct()
- // 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 to be used for authentication (required)
- username() — The username to be used for authentication. (required)