URLAuthenticationChallengeSender
The URLAuthenticationChallengeSender protocol represents the interface that the sender of an authentication challenge must implement.
Declaration
protocol URLAuthenticationChallengeSender : NSObjectProtocol, SendableOverview
The methods in the protocol are generally sent by a delegate in response to receiving a connection(_:didReceive:): or download(_:didReceive:):. The different methods provide different ways of responding to authentication challenges.