Uses of Class
com.nimbusds.oauth2.sdk.TokenIntrospectionResponse
Packages that use TokenIntrospectionResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of TokenIntrospectionResponse in com.nimbusds.oauth2.sdk
Subclasses of TokenIntrospectionResponse in com.nimbusds.oauth2.sdkModifier and TypeClassDescriptionclassToken introspection error response.classToken introspection success response.Methods in com.nimbusds.oauth2.sdk that return TokenIntrospectionResponseModifier and TypeMethodDescriptionstatic TokenIntrospectionResponseTokenIntrospectionResponse.parse(HTTPResponse httpResponse) Parses a token introspection response from the specified HTTP response.