Interface CefAuthCallback


  • public interface CefAuthCallback
    Callback interface used for asynchronous continuation of authentication requests.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancel()
      Cancel the authentication request.
      void Continue​(java.lang.String username, java.lang.String password)
      Continue the authentication request.
    • Method Detail

      • Continue

        void Continue​(java.lang.String username,
                      java.lang.String password)
        Continue the authentication request.
      • cancel

        void cancel()
        Cancel the authentication request.