Class OAuth2RevocationErrorResponse

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.oauth2.messaging.impl.OAuth2RevocationErrorResponse
All Implemented Interfaces:
ErrorResponse, Message, Response

public class OAuth2RevocationErrorResponse extends Object implements ErrorResponse
OAuth2 Token Revocation Error message class.
  • Field Details

    • errorObject

      private ErrorObject errorObject
      Error Object.
  • Constructor Details

    • OAuth2RevocationErrorResponse

      public OAuth2RevocationErrorResponse(@Nonnull ErrorObject error)
      Constructor.
      Parameters:
      error - Error object the response is based on.
  • Method Details