Uses of Class
org.openstreetmap.josm.data.oauth.OAuthException
-
Packages that use OAuthException Package Description org.openstreetmap.josm.data.oauth Provides the classes for OAuth authentication to OSM.org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API. -
-
Uses of OAuthException in org.openstreetmap.josm.data.oauth
Subclasses of OAuthException in org.openstreetmap.josm.data.oauth Modifier and Type Class Description classOAuth20ExceptionA generic OAuth 2.0 exceptionMethods in org.openstreetmap.josm.data.oauth that throw OAuthException Modifier and Type Method Description private static OAuth20ParametersOAuthParameters. parseAuthorizationServerMetadataResponse(java.lang.String clientId, java.lang.String clientSecret, java.lang.String apiUrl, java.lang.String redirectUri, jakarta.json.JsonObject serverMetadata)Parse the response from RFC 8414 (OAuth 2.0 Authorization Server Metadata)voidIOAuthToken. sign(HttpClient client)Sign a clientvoidOAuth20Token. sign(HttpClient client) -
Uses of OAuthException in org.openstreetmap.josm.gui.oauth
Methods in org.openstreetmap.josm.gui.oauth that throw OAuthException Modifier and Type Method Description protected voidTestAccessTokenTask. sign(HttpClient con)
-