Explain that first factor and other forms of second factor authentication is up to the developer as to how they want to implement it.
The Sign In Activity must extend SurePassIdU2fSignActivity. It must implement the following abstract methods.
protected abstract void displayMessage(int messageId); |
---|
Upon successfully authenticating the user it should call
protected void u2fSign(String username)
That method will perform all the necessary U2F operations.