AzureDRMConfiguration
@available(*, deprecated, message: "All DRM pre-integrations are deprecated and will be removed in later versions. Please use the custom integration approach instead. For more info, check the guide and sample app at: https://github.com/THEOplayer/samples-ios-sdk/tree/master/DRM-Playback")
@objc(THEOplayerAzureDRMConfiguration)
public class AzureDRMConfiguration : MultiplatformDRMConfigurationThe Azure DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Azure integration.
- 
                  
                  The Azure token. DeclarationSwift @objc public var token: String
- 
                  
                  Constructs a Azure DRMConfiguration. DeclarationSwift @objc public init( token: String, keySystemConfigurations: KeySystemConfigurationCollection )ParameterstokenThe token. keySystemConfigurationsthe key system configurations (FairPlay, Widevide). 
