-
Notifications
You must be signed in to change notification settings - Fork 147
Description
Hi Neb,
I am very new to Fido and just has started on it with https://github.com/eBay/UAF
I want to know what are the 'Interfaces for Integration' with 'Local Authenticator' (Face, Finger and Voice) ?
I could see some classes are there for Integration, but some couldn't get its logic fully. The classes which are related to it are as :
1- ASMRequest
2- ASMResponse
3- Auth [ Function : getAsmRequestJson (int authenticatorIndex), getAsmRequest (int authenticatorIndex) , getAuthenticateIn() ](Above class is in package main.java.org.honda.fidouafclient.op;)
4- Reg [ Function : getRegIn(String username) ](Above class is in package main.java.org.honda.fidouafclient.op;)
Any pointer or help would be great. I Just want to know how Interfaces for 'Fido Client' for 'Local Authenticator' (Face, Finger or Voice)? Or Is there any open source code available for ASM ?
Thanks,
Ajeet Singh