Contents

urlProtocol(_:didCancel:)

Tells the client that an authentication challenge has been canceled.

Declaration

func urlProtocol(_ protocol: URLProtocol, didCancel challenge: URLAuthenticationChallenge)

Parameters

  • protocol:

    The URL protocol object sending the message.

  • challenge:

    The authentication challenge that was canceled.

See Also

Handling authentication challenges