Crate webauthn_rs_proto

Source
Expand description

JSON Protocol Structs and representations for communication with authenticators and clients.

Re-exports§

pub use attest::*;
pub use auth::*;
pub use cose::*;
pub use extensions::*;
pub use options::*;

Modules§

attest
Types related to attestation (Registration)
auth
Types related to authentication (Assertion)
cose
Types related to CBOR Object Signing and Encryption (COSE)
extensions
Extensions allowing certain types of authenticators to provide supplemental information.
options
Types that define options as to how an authenticator may interact with with the server.