Uses of Class
com.nimbusds.oauth2.sdk.TokenIntrospectionResponse
-
Packages that use TokenIntrospectionResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses. -
-
Uses of TokenIntrospectionResponse in com.nimbusds.oauth2.sdk
Subclasses of TokenIntrospectionResponse in com.nimbusds.oauth2.sdk Modifier and Type Class Description classTokenIntrospectionErrorResponseToken introspection error response.classTokenIntrospectionSuccessResponseToken introspection success response.Methods in com.nimbusds.oauth2.sdk that return TokenIntrospectionResponse Modifier and Type Method Description static TokenIntrospectionResponseTokenIntrospectionResponse. parse(HTTPResponse httpResponse)Parses a token introspection response from the specified HTTP response.
-