Struct webauthn_rs::prelude::PasskeyRegistration
source · [−]pub struct PasskeyRegistration { /* private fields */ }Expand description
An in progress registration session for a Passkey.
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 PasskeyRegistration
impl Clone for PasskeyRegistration
sourcefn clone(&self) -> PasskeyRegistration
fn clone(&self) -> PasskeyRegistration
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 PasskeyRegistration
impl Send for PasskeyRegistration
impl Sync for PasskeyRegistration
impl Unpin for PasskeyRegistration
impl UnwindSafe for PasskeyRegistration
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