DefaultAuthenticationChallenger

public class DefaultAuthenticationChallenger : AuthenticationChallenger
  • Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func authenticationChallenger(handle challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void)