public final class CFStreamErrorHTTPAuthentication
extends java.lang.Object
Discussion: Authentication errors which may be returned as a result of trying to apply authentication to a request. These errors are in the kCFStreamErrorDomainHTTP domain.
| Modifier and Type | Field and Description |
|---|---|
static int |
BadPassword
The password was in a format not suitable for applying to the
request.
|
static int |
BadUserName
The username was in a format not suitable for applying to the
request.
|
static int |
TypeUnsupported
The type of authentication to be applied to a request is not
supported.
|
public static final int TypeUnsupported
public static final int BadUserName
public static final int BadPassword