Trait webauthn_rs_core::proto::Ceremony

source ·
pub trait Ceremony {
    type SignedExtensions: DeserializeOwned + Debug + Default;
}
Expand description

Trait for ceremony marker structs

Required Associated Types§

source

type SignedExtensions: DeserializeOwned + Debug + Default

The type of the extension outputs of the ceremony

Implementors§