CefAuthCallback

interface CefAuthCallback

Callback interface used for asynchronous continuation of authentication requests.

Inheritors

Functions

Link copied to clipboard
abstract fun cancel()
Cancel the authentication request.
Link copied to clipboard
abstract fun Continue(username: String, password: String)
Continue the authentication request.