Uses of Class
com.github.scribejava.core.exceptions.OAuthException
| Package | Description |
|---|---|
| com.github.scribejava.core.exceptions | |
| com.github.scribejava.core.extractors | |
| com.github.scribejava.core.model |
-
Uses of OAuthException in com.github.scribejava.core.exceptions
Subclasses of OAuthException in com.github.scribejava.core.exceptions Modifier and Type Class Description classOAuthParametersMissingExceptionSpecialized exception that represents a missing OAuth parameter.classOAuthSignatureExceptionSpecialized exception that represents a problem in the signature -
Uses of OAuthException in com.github.scribejava.core.extractors
Methods in com.github.scribejava.core.extractors that throw OAuthException Modifier and Type Method Description TTokenExtractor. extract(Response response)Extracts the concrete type of token from the contents of an Http Responseprotected static com.fasterxml.jackson.databind.JsonNodeAbstractJsonExtractor. extractRequiredParameter(com.fasterxml.jackson.databind.JsonNode errorNode, java.lang.String parameterName, java.lang.String rawResponse) -
Uses of OAuthException in com.github.scribejava.core.model
Subclasses of OAuthException in com.github.scribejava.core.model Modifier and Type Class Description classOAuth2AccessTokenErrorResponseRepresenting "5.2.classOAuthResponseException