Interface AuthenticateRequest


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

      • authenticateComplete

        void authenticateComplete​(java.lang.Throwable failure)
        Notifies the requester that the authenticate attempt has completed.
        Parameters:
        failure - On failure to authenticate it will be the cause of the failure. Note that a null Throwable does not necessarily mean authentication was successful (just the attempt has complete).