Did anyone tried configureSession() with ktor to s...
# ktor
s
Did anyone tried configureSession() with ktor to set delegate for certificate validation? ktor version 1.3
Copy code
Ios.create {
    configureSession {
    }
}
Delegate method for certificate validation
Copy code
func urlSession(_ session: URLSession, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Swift.Void)