pub struct RequestAuthenticationExtensions {
pub appid: Option<String>,
pub uvm: Option<bool>,
pub hmac_get_secret: Option<HmacGetSecretInput>,
}Expand description
Extension option inputs for PublicKeyCredentialRequestOptions
Implements [AuthenticatorExtensionsClientInputs] from the spec
Fields§
§appid: Option<String>The appid extension options
uvm: Option<bool>⚠️ - Browsers do not support this! Uvm
hmac_get_secret: Option<HmacGetSecretInput>⚠️ - Browsers do not support this! https://bugs.chromium.org/p/chromium/issues/detail?id=1023225 Hmac get secret
Trait Implementations§
Source§impl Clone for RequestAuthenticationExtensions
impl Clone for RequestAuthenticationExtensions
Source§fn clone(&self) -> RequestAuthenticationExtensions
fn clone(&self) -> RequestAuthenticationExtensions
Returns a duplicate 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<'de> Deserialize<'de> for RequestAuthenticationExtensions
impl<'de> Deserialize<'de> for RequestAuthenticationExtensions
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RequestAuthenticationExtensions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RequestAuthenticationExtensions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for RequestAuthenticationExtensions
impl Serialize for RequestAuthenticationExtensions
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for RequestAuthenticationExtensions
impl RefUnwindSafe for RequestAuthenticationExtensions
impl Send for RequestAuthenticationExtensions
impl Sync for RequestAuthenticationExtensions
impl Unpin for RequestAuthenticationExtensions
impl UnwindSafe for RequestAuthenticationExtensions
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