Class OAuth2RevocationSuccessResponse

  • All Implemented Interfaces:
    com.nimbusds.oauth2.sdk.Message, com.nimbusds.oauth2.sdk.Response

    public class OAuth2RevocationSuccessResponse
    extends Object
    implements com.nimbusds.oauth2.sdk.Response
    OAuth2 Token Revocation Success message class.
    • Constructor Detail

      • OAuth2RevocationSuccessResponse

        public OAuth2RevocationSuccessResponse()
    • Method Detail

      • indicatesSuccess

        public boolean indicatesSuccess()
        Specified by:
        indicatesSuccess in interface com.nimbusds.oauth2.sdk.Response
      • toHTTPResponse

        public com.nimbusds.oauth2.sdk.http.HTTPResponse toHTTPResponse()
        Specified by:
        toHTTPResponse in interface com.nimbusds.oauth2.sdk.Response