OGPlayer Web SDK
    Preparing search index...

    Interface DrmTokenRequest

    One license request about to go out — passed to the token provider.

    interface DrmTokenRequest {
        licenseUrl: string;
        renewal: boolean;
    }
    Index
    licenseUrl: string
    renewal: boolean

    True when this is a renewal on an existing session, not the first key.