I have a USB security token, that is used for generate key-pair and save secure data in it's memory.
Communication with this token is by c++ library. Like readMemory() and writeMemory() also genKeyPair().
I want to use this token in FIDO solution. What is way to connect the token and communicate with it?
I visit fidoalliance.org web site.