public class WellKnownOpenIDConfigurationResponse
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public WellKnownOpenIDConfigurationResponse()
Copyright © 2016–2019. All rights reserved.