Uses of Enum Class
com.github.scribejava.core.oauth2.OAuth2Error
Packages that use OAuth2Error
-
Uses of OAuth2Error in com.github.scribejava.core.model
Methods in com.github.scribejava.core.model that return OAuth2ErrorConstructors in com.github.scribejava.core.model with parameters of type OAuth2ErrorModifierConstructorDescriptionOAuth2AccessTokenErrorResponse(OAuth2Error error, String errorDescription, URI errorUri, Response rawResponse) -
Uses of OAuth2Error in com.github.scribejava.core.oauth2
Methods in com.github.scribejava.core.oauth2 that return OAuth2ErrorModifier and TypeMethodDescriptionstatic OAuth2Errorstatic OAuth2ErrorReturns the enum constant of this class with the specified name.static OAuth2Error[]OAuth2Error.values()Returns an array containing the constants of this enum class, in the order they are declared.