Package com.cefrium

Interface CefriumBrowser.HttpAuthCallback

Enclosing class:
CefriumBrowser

public static interface CefriumBrowser.HttpAuthCallback
Receives the app's credentials (or cancel) for an HTTP auth challenge.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    proceed(String username, String password)
     
  • Method Details

    • proceed

      void proceed(String username, String password)
    • cancel

      void cancel()