Protocol: NSURLAuthenticationChallengeSender

Overview

The NSURLAuthenticationChallengeSender protocol represents the interface that the sender of an authentication challenge must implement.Cancels a given authentication challenge. (required)Attempt to continue downloading a request without providing a credential for a given challenge. (required)Causes the system-provided default behavior to be used.Rejects the currently supplied protection space.Attempt to use a given credential for a given authentication challenge. (required)

Instance Method Summary (collapse)

Instance Method Details

- (Object) cancelAuthenticationChallenge(challenge)

Cancels a given authentication challenge. (required)

Parameters:

Returns:

- (Object) continueWithoutCredentialForAuthenticationChallenge(challenge)

Attempt to continue downloading a request without providing a credential for a given challenge. (required) This method has no effect if it is called with an authentication challenge that has already been handled.

Parameters:

Returns:

- (Object) performDefaultHandlingForAuthenticationChallenge(challenge)

Causes the system-provided default behavior to be used.

Parameters:

Returns:

- (Object) rejectProtectionSpaceAndContinueWithChallenge(challenge)

Rejects the currently supplied protection space.

Parameters:

Returns:

- (Object) useCredential(credential, forAuthenticationChallenge:challenge)

Attempt to use a given credential for a given authentication challenge. (required) This method has no effect if it is called with an authentication challenge that has already been handled.

Parameters:

Returns: