Fields inherited from class org.springframework.security.oauth2.common.exceptions.
OAuth2Exception
ACCESS_DENIED
,
DESCRIPTION
,
ERROR
,
INSUFFICIENT_SCOPE
,
INVALID_CLIENT
,
INVALID_GRANT
,
INVALID_REQUEST
,
INVALID_SCOPE
,
INVALID_TOKEN
,
REDIRECT_URI_MISMATCH
,
UNAUTHORIZED_CLIENT
,
UNSUPPORTED_GRANT_TYPE
,
UNSUPPORTED_RESPONSE_TYPE
,
URI
Methods inherited from class org.springframework.security.oauth2.common.exceptions.
ClientAuthenticationException
getHttpErrorCode
Methods inherited from class org.springframework.security.oauth2.common.exceptions.
OAuth2Exception
addAdditionalInformation
,
create
,
getAdditionalInformation
,
getSummary
,
toString
,
valueOf
getOAuth2ErrorCode
public String getOAuth2ErrorCode()
The OAuth2 error code.
Specified by:
getOAuth2ErrorCode
in class
ClientAuthenticationException
Returns:
The OAuth2 error code.