An HTTP response from a server connection request, challenging the client to authenticate.
- See also
- PTDiffusionHTTPAuthenticationChallengeHandler
- Since
- 6.0
◆ isEqualToHTTPAuthenticationChallenge:
Compares the receiver to the given challenge.
- Parameters
-
challenge | The HTTP authentication challenge object with which to compare the receiver. |
- Returns
YES
if the challenge is identical to the receiver, otherwise NO
.
- Note
- Two challenge objects are equal if they have the same statusCode and headers properties. The reasonPhrase property is not used when evaluating equality.
- Since
- 6.0
◆ headers
- (NSDictionary<NSString *, NSString *>*) headers |
|
readnonatomicassign |
The headers received from the HTTP server.
- Since
- 6.0
◆ status
The status received from the HTTP server.
- Since
- 6.0