Class TokenVerifier.PublicKeyLoader.JsonWebKeySet
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.auth.oauth2.TokenVerifier.PublicKeyLoader.JsonWebKeySet
- Enclosing class:
TokenVerifier.PublicKeyLoader
public static class TokenVerifier.PublicKeyLoader.JsonWebKeySet
extends com.google.api.client.json.GenericJson
Data class used for deserializing a JSON Web Key Set (JWKS) from an external HTTP request.
- Since:
- 0.21.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.FlagsNested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, set, setFactory, toPrettyString, toStringMethods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysMethods inherited from class AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
keys
-
-
Constructor Details
-
JsonWebKeySet
public JsonWebKeySet()
-