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.
Constructors
Link copied to clipboard
fun ContentKeyPolicyTokenRestrictionResponse(alternateVerificationKeys: List<Any>? = null, audience: String, issuer: String, odataType: String, openIdConnectDiscoveryDocument: String? = null, primaryVerificationKey: Any, requiredClaims: List<ContentKeyPolicyTokenClaimResponse>? = null, restrictionTokenType: String)