toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
org.cef.callback
/
CefAuthCallback
Cef
Auth
Callback
interface
CefAuthCallback
Callback interface used for asynchronous continuation of authentication requests.
Inheritors
RemoteAuthCallback
Members
Functions
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
Cancel the authentication request.
Continue
Link copied to clipboard
abstract
fun
Continue
(
username
:
String
,
password
:
String
)
Continue the authentication request.