Vinyl
    Preparing search index...

    Interface GetLicenseForPlaybackV2Request

    interface GetLicenseForPlaybackV2Request {
        appInfo: AppInfo;
        customerId?: null | string;
        deviceToken: DeviceToken;
        DrmType: DrmType;
        licenseChallenge: string;
        musicRequestIdentityContext?: MusicRequestIdentityContext;
        persistent?: boolean;
        testParameters?: Record<string, string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appInfo: AppInfo
    customerId?: null | string
    deviceToken: DeviceToken
    DrmType: DrmType
    licenseChallenge: string
    musicRequestIdentityContext?: MusicRequestIdentityContext
    persistent?: boolean
    testParameters?: Record<string, string>