FRSecurityConfiguration
@objc
public class FRSecurityConfiguration : NSObject
-
Declaration
Swift
public init(hashes: [String]) -
Declaration
Swift
public func validateSessionAuthChallenge(session: URLSession, challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) -
Declaration
Swift
public func validateTaskAuthChallenge(session: URLSession, task: URLSessionTask, challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void)
View on GitHub