Uses of Class
com.nimbusds.oauth2.sdk.TokenErrorResponse
-
Packages that use TokenErrorResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses. -
-
Uses of TokenErrorResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TokenErrorResponse Modifier and Type Method Description static TokenErrorResponseTokenErrorResponse. parse(HTTPResponse httpResponse)Parses an OAuth 2.0 Token Error response from the specified HTTP response.static TokenErrorResponseTokenErrorResponse. parse(net.minidev.json.JSONObject jsonObject)Parses an OAuth 2.0 Token Error response from the specified JSON object.TokenErrorResponseTokenResponse. toErrorResponse()Casts this response to a token error response.
-