An HTTP Status received as part of an authentication challenge.
- See also
- PTDiffusionHTTPAuthenticationChallenge
- Since
- 6.0
◆ isEqualToHTTPAuthenticationChallengeStatus:
Compares the receiver to the given status.
- Parameters
-
status | The HTTP authentication challenge status object with which to compare the receiver. |
- Returns
YES
if the status is identical to the receiver, otherwise NO
.
- Note
- Two status objects are equal if they mean the same thing. The reasonPhrase property is not used when evaluating equality.
- Since
- 6.0
◆ proxyAuthenticationRequired
+ (instancetype) proxyAuthenticationRequired |
|
|
|
The server responded to the connection request with HTTP Status-Code 407.
- Returns
- The HTTP authentication challenge status response from the server.
- Note
- The reasonPhrase property for the static instance returned by this method will always be
nil
.
- Since
- 6.0
◆ unauthorized
+ (instancetype) unauthorized |
|
|
|
The server responded to the connection request with HTTP Status-Code 401.
- Returns
- The HTTP authentication challenge status response from the server.
- Note
- The reasonPhrase property for the static instance returned by this method will always be
nil
.
- Since
- 6.0
◆ reasonPhrase
- (NSString*) reasonPhrase |
|
readnonatomicassign |
The HTTP Reason-Phrase provided by the server with the response that generated this status.
- Since
- 6.0