Uses of Class
com.nimbusds.oauth2.sdk.TokenErrorResponse
Packages that use TokenErrorResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of TokenErrorResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TokenErrorResponseModifier and TypeMethodDescriptionstatic 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.TokenResponse.toErrorResponse()Casts this response to a token error response.