Contents

continueWithoutCredential(for:)

Attempt to continue downloading a request without providing a credential for a given challenge.

Declaration

func continueWithoutCredential(for challenge: URLAuthenticationChallenge)

Parameters

  • challenge:

    A challenge without authentication credentials.

Discussion

This method has no effect if it is called with an authentication challenge that has already been handled.

See Also

Protocol Methods