JsonWebToken.Header instead@Deprecated public static class JsonWebToken.Header extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JsonWebToken.Header()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JsonWebToken.Header |
clone()
Deprecated.
|
String |
getType()
Deprecated.
Returns the type header parameter used to declare structural information about the JWT or
null for none. |
JsonWebToken.Header |
set(String fieldName,
Object value)
Deprecated.
|
JsonWebToken.Header |
setType(String type)
Deprecated.
Sets the type header parameter used to declare structural information about the JWT or
null for none. |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic final String getType()
null for none.public JsonWebToken.Header setType(String type)
null for none.public JsonWebToken.Header set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic JsonWebToken.Header clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011-2013 Google. All Rights Reserved.