onAuthenticated

fun onAuthenticated(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (credential: Credential) -> Unit): <Error class: unknown class>(source)

This signal is emitted when the user authentication request succeeded. Applications handling their own credential storage should connect to this signal to save the credentials.

Since

2.30

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect. Params: credential the #WebKitCredential accepted