THEOplayer Web SDK
    Preparing search index...

    Interface AES128KeySystemConfiguration

    Describes the AES128 key system configuration.

    interface AES128KeySystemConfiguration {
        useCredentials?: true;
    }
    Index

    Properties

    Properties

    useCredentials?: true

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


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

    false