pub struct PasskeyPayload {
pub authenticator_data: Binary,
pub pubkey: Option<Binary>,
}Fields§
§authenticator_data: Binarywebauthn Authenticator data
pubkey: Option<Binary>Public key is essential for verification but can be supplied on the contract side
Trait Implementations§
Source§impl Clone for PasskeyPayload
impl Clone for PasskeyPayload
Source§fn clone(&self) -> PasskeyPayload
fn clone(&self) -> PasskeyPayload
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PasskeyPayload
impl Debug for PasskeyPayload
Source§impl PartialEq for PasskeyPayload
impl PartialEq for PasskeyPayload
impl StructuralPartialEq for PasskeyPayload
Auto Trait Implementations§
impl Freeze for PasskeyPayload
impl RefUnwindSafe for PasskeyPayload
impl Send for PasskeyPayload
impl Sync for PasskeyPayload
impl Unpin for PasskeyPayload
impl UnwindSafe for PasskeyPayload
Blanket Implementations§
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