Expand description
FIDO U2F (Universal 2nd Factor) protocol support.
Provides U2F registration and authentication challenge/response data structures and verification logic following the FIDO U2F specification.
Structsยง
- U2fClient
Data - Parsed client data from U2F operations.
- U2fManager
- Manager for U2F registration and authentication flows.
- U2fRegistration
- Parsed U2F registration result containing the key handle and public key.
- U2fRegistration
Request - U2F registration request sent to the authenticator.
- U2fRegistration
Response - U2F registration response from the authenticator.
- U2fSign
Request - U2F authentication (sign) request.
- U2fSign
Response - U2F authentication (sign) response from the authenticator.