Struct webauthn_rs::prelude::SecurityKeyRegistration
source · [−]pub struct SecurityKeyRegistration { /* private fields */ }Expand description
An in progress registration session for a SecurityKey.
WARNING ⚠️ YOU MUST STORE THIS VALUE SERVER SIDE.
Failure to do so may open you to replay attacks which can significantly weaken the security of this system.
In some cases you may wish to serialise this value. For details on how to achieve this see the crate level documentation.
Trait Implementations
sourceimpl Clone for SecurityKeyRegistration
impl Clone for SecurityKeyRegistration
sourcefn clone(&self) -> SecurityKeyRegistration
fn clone(&self) -> SecurityKeyRegistration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for SecurityKeyRegistration
impl Send for SecurityKeyRegistration
impl Sync for SecurityKeyRegistration
impl Unpin for SecurityKeyRegistration
impl UnwindSafe for SecurityKeyRegistration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more