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