connectAuthenticated

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

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