I am developing Android Authenticator. I am getting the following exception while sending MAKE_CREDENTIAL response. I got this issue while debugging with webauthn.io site. Also tried with https://webauthn.me/debugger#
The operation either timed out or was not allowed. See: https://w3c.github.io/webauthn/#sec-assertion-privacy.
But I am using Timer
and TimerTask
to send kKeepAliveMillis for every 500 milliseconds after receiving MAKE_CREDENTIAL request. I don’t know why I am getting is this issue. Please help me to solve this issue.