CertificateResponse
@objc(THEOplayerCertificateResponse)
public class CertificateResponse : ResponseThe certificate response.
- 
                  
                  Creates a CertificateResponse. DeclarationSwift @objc public init(certificateRequest: CertificateRequest, url: String, status: Int, statusText: String, headers: [String : String], body: Data)ParameterscertificateRequestThe CertificateRequestfor which the response is being returned.urlThe URL from which the response was returned. This might have been redirected transparently. statusThe status code as returned in the HTTP response. statusTextThe status text as returned in the HTTP response. headersThe HTTP headers as returned by the server. bodyThe body of the response. 
 CertificateResponse Class Reference
      CertificateResponse Class Reference