The protocol implemented by classes providing an authentication challenge handler implementation for HTTP connections.
- See also
- PTDiffusionHTTPAuthentication
- Since
- 6.0
◆ responseForChallenge:
Called when a challenge is received. The receiver must return a response to the challenge.
- Parameters
-
challenge | The challenge received from the HTTP server, encapsulating Status-Code and headers. |
- Returns
- HTTP headers to be sent in response to the challenge.
- Exceptions
-
NSInvalidArgumentException | If challenge is `nil`. |
- Since
- 6.0
◆ maximumConversations
- (NSUInteger) maximumConversations |
|
readnonatomicassign |
The maximum number of HTTP transactions permitted before authentication fails.
- Since
- 6.0