Uses of Class
com.github.scribejava.core.model.OAuth2AccessTokenErrorResponse.ErrorCode
-
Packages that use OAuth2AccessTokenErrorResponse.ErrorCode Package Description com.github.scribejava.core.model -
-
Uses of OAuth2AccessTokenErrorResponse.ErrorCode in com.github.scribejava.core.model
Methods in com.github.scribejava.core.model that return OAuth2AccessTokenErrorResponse.ErrorCode Modifier and Type Method Description OAuth2AccessTokenErrorResponse.ErrorCodeOAuth2AccessTokenErrorResponse. getErrorCode()static OAuth2AccessTokenErrorResponse.ErrorCodeOAuth2AccessTokenErrorResponse.ErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuth2AccessTokenErrorResponse.ErrorCode[]OAuth2AccessTokenErrorResponse.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.scribejava.core.model with parameters of type OAuth2AccessTokenErrorResponse.ErrorCode Constructor Description OAuth2AccessTokenErrorResponse(OAuth2AccessTokenErrorResponse.ErrorCode errorCode, String errorDescription, URI errorUri, String rawResponse)
-