Interface AsukaLicenseResolveResponseData

interface AsukaLicenseResolveResponseData {
    entitlementsPreview?: Partial<AsukaLicenseEntitlements>;
    token: string;
    tokenType?: "compact";
}

Properties

entitlementsPreview?: Partial<AsukaLicenseEntitlements>
token: string
tokenType