pub struct MozillaAuthenticator { /* private fields */ }
Available on crate feature
mozilla
only.Implementations§
Trait Implementations§
Source§impl AuthenticatorBackend for MozillaAuthenticator
impl AuthenticatorBackend for MozillaAuthenticator
fn perform_register( &mut self, origin: Url, options: PublicKeyCredentialCreationOptions, timeout_ms: u32, ) -> Result<RegisterPublicKeyCredential, WebauthnCError>
fn perform_auth( &mut self, origin: Url, options: PublicKeyCredentialRequestOptions, timeout_ms: u32, ) -> Result<PublicKeyCredential, WebauthnCError>
Auto Trait Implementations§
impl Freeze for MozillaAuthenticator
impl !RefUnwindSafe for MozillaAuthenticator
impl Send for MozillaAuthenticator
impl Sync for MozillaAuthenticator
impl Unpin for MozillaAuthenticator
impl !UnwindSafe for MozillaAuthenticator
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more