|
|
@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize};
|
|
|
|
/// > enumeration are used for versioning the Authentication
|
|
|
|
/// > enumeration are used for versioning the Authentication
|
|
|
|
/// > Assertion and attestation structures according to the type of
|
|
|
|
/// > Assertion and attestation structures according to the type of
|
|
|
|
/// > the authenticator.
|
|
|
|
/// > the authenticator.
|
|
|
|
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
|
|
|
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
|
|
|
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
|
|
|
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
|
|
|
#[non_exhaustive]
|
|
|
|
#[non_exhaustive]
|
|
|
|
pub enum Type {
|
|
|
|
pub enum Type {
|
|
|
|