sendLoginRequest

fun sendLoginRequest()

Send a request to server to login with FIDO2 key. Measure system time.

Measure the system time to get beginning time of login intent. Send a signIn request to FIDO2 server by calling signInRequest method of userViewModel which returns a PendingIntent as LiveData. Set observer to this method and start login intent as soon as response comes from the server.