scufflecloud_core_traits/
webauthn.rs

1pub trait WebAuthnInterface {
2    fn webauthn(&self) -> &webauthn_rs::Webauthn;
3}