Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
<PTDiffusionHTTPAuthentication> Protocol Reference

The protocol implemented by classes providing authentication challenge handler implementations for HTTP connections. More...

#include <PTDiffusionHTTPAuthentication.h>

Inheritance diagram for <PTDiffusionHTTPAuthentication>:
PTDiffusionBasicHTTPProxyAuthentication

Instance Methods

(id< PTDiffusionHTTPAuthenticationChallengeHandler >) - createHandler

Detailed Description

The protocol implemented by classes providing authentication challenge handler implementations for HTTP connections.

Objects conforming to this protocol must be supplied with the session configuration in order to support HTTP proxies that require authentication.

Since
6.0

Method Documentation

◆ createHandler

Create a challenge handler to be responsible for responding to authentication challenges during connection negotiation.

Returns
the challenge handler
Since
6.0