onReceivedLoginRequest method
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
@override
void onReceivedLoginRequest(LoginRequest loginRequest) {}