failureResponse property

URLResponse? failureResponse
getter/setter pair

The URL response object representing the last authentication failure. This value is null if the protocol doesn’t use responses to indicate an authentication failure.

NOTE: available only on iOS.

Implementation

URLResponse? failureResponse;