Interface LogoutRequest


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

      • logoutComplete

        void logoutComplete​(java.lang.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.