Interface LogoutRequest


public interface LogoutRequest
Request for logging out.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies the requester that the log out has completed.
  • Method Details

    • logoutComplete

      void logoutComplete(Throwable failure)
      Notifies the requester that the log out has completed.
      Parameters:
      failure - On a successful logout this will be null. On failure to logout it will be the cause of the failure.