THEOplayer > AES128KeySystemConfiguration
Describes the AES128 key system configuration.
Signature:
export interface AES128KeySystemConfiguration
Property |
Type |
Description |
---|---|---|
useCredentials (optional) |
|
Whether the player is allowed to use credentials for cross-origin requests. |
Whether the player is allowed to use credentials for cross-origin requests.
Signature:
useCredentials?: true;
- Credentials are cookies, authorization headers or TLS client certificates.