KeySystemConfiguration
@objc(THEOplayerKeySystemConfiguration)
public class KeySystemConfiguration : NSObject, CodableKey system configuration.
- 
                  
                  Specifies the URL of the licensing server. DeclarationSwift @objc public var licenseAcquisitionURL: URL?
- 
                  
                  Specifies the URL of the FairPlay certificate server. DeclarationSwift @objc public var certificateURL: URL?
- 
                  
                  Specifies the license type. DeclarationSwift public var licenseType: LicenseType?
- 
                  
                  Optionally specifies request headers that should be sent with any license requests to the DRM server. This is a plain object where the keys of the object are header names and corresponding values are header values. DeclarationSwift public var headers: [String : String]?
- 
                  
                  Constructs a KeySystemConfiguration. DeclarationSwift public init(licenseAcquisitionURL: String? = nil, certificateURL: String? = nil, licenseType: LicenseType? = nil, headers: [String : String]? = nil)ParameterslicenseAcquisitionURLThe URL of the licensing server, defaults to nil. certificateURLThe URL of the certificate server, defaults to nil. licenseTypeThe type of license, defaults to nil. 
 KeySystemConfiguration Class Reference
      KeySystemConfiguration Class Reference