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
- Types related to attestation (Registration)
- Types related to authentication (Assertion)
- Types related to CBOR Object Signing and Encryption (COSE)
- Extensions allowing certain types of authenticators to provide supplemental information.
- Types that define options as to how an authenticator may interact with with the server.