public final class NSURLSessionAuthChallengeDisposition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CancelAuthenticationChallenge
The entire request will be canceled; the credential parameter is ignored.
|
static long |
PerformDefaultHandling
Default handling for the challenge - as if this delegate were not implemented; the credential parameter is ignored.
|
static long |
RejectProtectionSpace
This challenge is rejected and the next authentication protection space should be tried; the credential parameter is ignored.
|
static long |
UseCredential
Use the specified credential, which may be nil
|
public static final long UseCredential
public static final long PerformDefaultHandling
public static final long CancelAuthenticationChallenge
public static final long RejectProtectionSpace