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() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns the type header parameter used to declare structural information about the JWT or
null for none. |
JsonWebToken.Header |
setType(String type)
Sets the type header parameter used to declare structural information about the JWT or
null for none. |
clone, getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic final String getType()
null for none.public JsonWebToken.Header setType(String type)
null for none.Copyright © 2011-2012 Google. All Rights Reserved.