Uses of Class
com.github.scribejava.core.oauth2.OAuth2Error
| Package | Description |
|---|---|
| com.github.scribejava.core.model | |
| com.github.scribejava.core.oauth2 |
-
Uses of OAuth2Error in com.github.scribejava.core.model
Methods in com.github.scribejava.core.model that return OAuth2Error Modifier and Type Method Description OAuth2ErrorOAuth2AccessTokenErrorResponse. getError()Constructors in com.github.scribejava.core.model with parameters of type OAuth2Error Constructor Description OAuth2AccessTokenErrorResponse(OAuth2Error error, java.lang.String errorDescription, java.net.URI errorUri, java.lang.String rawResponse) -
Uses of OAuth2Error in com.github.scribejava.core.oauth2
Methods in com.github.scribejava.core.oauth2 that return OAuth2Error Modifier and Type Method Description static OAuth2ErrorOAuth2Error. parseFrom(java.lang.String errorString)static OAuth2ErrorOAuth2Error. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OAuth2Error[]OAuth2Error. values()Returns an array containing the constants of this enum type, in the order they are declared.