Class TokenIntrospectionErrorResponse

java.lang.Object
com.nimbusds.oauth2.sdk.TokenIntrospectionResponse
com.nimbusds.oauth2.sdk.TokenIntrospectionErrorResponse
All Implemented Interfaces:
ErrorResponse, Message, Response

Token introspection error response.

Standard errors:

Example HTTP response:

 HTTP/1.1 401 Unauthorized
 WWW-Authenticate: Bearer realm="example.com",
                   error="invalid_token",
                   error_description="The access token expired"
 

Related specifications:

  • OAuth 2.0 Token Introspection (RFC 7662)
  • Constructor Details

  • Method Details