public class WellKnownOpenIDConfigurationResponse
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
WellKnownOpenIDConfigurationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationEndpoint() |
String |
getEndSessionEndpoint() |
String |
getJwksUri() |
Map<String,Object> |
getKnownKeys()
Mimicks
GenericData.getUnknownKeys(), but returning the map of known keys |
Set<String> |
getScopesSupported() |
String |
getTokenEndpoint() |
String |
getUserinfoEndpoint() |
clone, getFactory, set, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic WellKnownOpenIDConfigurationResponse()
Copyright © 2016–2019. All rights reserved.