Interface AES128KeySystemConfiguration

Describes the AES128 key system configuration.

interface AES128KeySystemConfiguration {
    useCredentials?: true;
}

Properties

Properties

useCredentials?: true

Whether the player is allowed to use credentials for cross-origin requests.

Remarks


- Credentials are cookies, authorization headers or TLS client certificates.

Default Value

false

Generated using TypeDoc