Package com.google.auth.oauth2
Class TokenVerifier.PublicKeyLoader.JsonWebKeySet
- java.lang.Object
-
- java.util.AbstractMap<java.lang.String,java.lang.Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.auth.oauth2.TokenVerifier.PublicKeyLoader.JsonWebKeySet
-
- All Implemented Interfaces:
java.lang.Cloneable
,java.util.Map<java.lang.String,java.lang.Object>
- 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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<TokenVerifier.PublicKeyLoader.JsonWebKey>
keys
-
Constructor Summary
Constructors Constructor Description JsonWebKeySet()
-
Method Summary
-
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, set, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
-
-
-
Field Detail
-
keys
public java.util.List<TokenVerifier.PublicKeyLoader.JsonWebKey> keys
-
-