onReceivedLoginRequest method

void onReceivedLoginRequest(
  1. LoginRequest loginRequest
)

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

void onReceivedLoginRequest(LoginRequest loginRequest) {}