-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum HttpAuth.Type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description X_ABLY_TOKENDIGESTBASIC
-
Method Summary
Modifier and Type Method Description static Array<HttpAuth.Type>values()static HttpAuth.TypevalueOf(String name)-
-
Method Detail
-
values
static Array<HttpAuth.Type> values()
-
valueOf
static HttpAuth.Type valueOf(String name)
-
-
-
-