Uses of Class
com.nimbusds.oauth2.sdk.TokenIntrospectionErrorResponse
Packages that use TokenIntrospectionErrorResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of TokenIntrospectionErrorResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TokenIntrospectionErrorResponseModifier and TypeMethodDescriptionTokenIntrospectionErrorResponse.parse
(HTTPResponse httpResponse) Parses a token introspection error response from the specified HTTP response.TokenIntrospectionResponse.toErrorResponse()
Casts this response to a token introspection error response.