onReceivedLoginRequest property
Event fired when a request to automatically log in the user has been processed.
loginRequest
contains the realm, account and args of the login request.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebViewClient.onReceivedLoginRequest)
Implementation
final void Function(T controller, LoginRequest loginRequest)?
onReceivedLoginRequest;