Class LogoutCommand

java.lang.Object
org.labkey.remoteapi.Command<ResponseType,org.apache.hc.client5.http.classic.methods.HttpPost>
org.labkey.remoteapi.PostCommand<CommandResponse>
org.labkey.remoteapi.security.LogoutCommand
All Implemented Interfaces:
HasRequiredVersion

public class LogoutCommand extends PostCommand<CommandResponse>
Ends the current HTTP session, if any is active.
  • Constructor Details

    • LogoutCommand

      public LogoutCommand()