HttpAuthorizationType
Enumerates known HTTP authorization types.
Content copied to clipboard
elide.http.HttpAuthorizationType
Properties
Link copied to clipboard
HTTP Basic authorization.
Content copied to clipboard
BASIC = 1;
Link copied to clipboard
HTTP Bearer authorization.
Content copied to clipboard
BEARER = 3;
Link copied to clipboard
HTTP Digest authorization.
Content copied to clipboard
DIGEST = 2;
Link copied to clipboard
Exotic or unknown HTTP authorization type; this indicates a forward-incompatible value and should not be used by
regular application code.
Content copied to clipboard
HTTP_AUTHORIZATION_UNKNOWN = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.