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 TypeClassDescriptionclass
Token introspection error response.class
Token introspection success response.Methods in com.nimbusds.oauth2.sdk that return TokenIntrospectionResponseModifier and TypeMethodDescriptionstatic TokenIntrospectionResponse
TokenIntrospectionResponse.parse
(HTTPResponse httpResponse) Parses a token introspection response from the specified HTTP response.