Skip to main content

Module fido1

Module fido1 

Source
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ยง

U2fClientData
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.
U2fRegistrationRequest
U2F registration request sent to the authenticator.
U2fRegistrationResponse
U2F registration response from the authenticator.
U2fSignRequest
U2F authentication (sign) request.
U2fSignResponse
U2F authentication (sign) response from the authenticator.