onReceivedLoginRequest property

(void Function(T controller, LoginRequest loginRequest)?) onReceivedLoginRequest
final

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:

Implementation

final void Function(T controller, LoginRequest loginRequest)?
    onReceivedLoginRequest;