Uses of Class
com.nimbusds.oauth2.sdk.TokenIntrospectionErrorResponse
-
Packages that use TokenIntrospectionErrorResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses. -
-
Uses of TokenIntrospectionErrorResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TokenIntrospectionErrorResponse Modifier and Type Method Description static TokenIntrospectionErrorResponseTokenIntrospectionErrorResponse. parse(HTTPResponse httpResponse)Parses a token introspection error response from the specified HTTP response.TokenIntrospectionErrorResponseTokenIntrospectionResponse. toErrorResponse()Casts this response to a token introspection error response.
-