Content Key Policy Token Restriction Response
data class ContentKeyPolicyTokenRestrictionResponse(val alternateVerificationKeys: List<Any>? = null, val audience: String, val issuer: String, val odataType: String, val openIdConnectDiscoveryDocument: String? = null, val primaryVerificationKey: Any, val requiredClaims: List<ContentKeyPolicyTokenClaimResponse>? = null, val restrictionTokenType: String)
Represents a token restriction. Provided token must match these requirements for successful license or key delivery.