pub struct AuthenticationExtensionsClientInputs {
pub cred_props: Option<bool>,
}Expand description
This is a dictionary containing the client extension input values for zero or more WebAuthn Extensions. There are currently none supported.
https://w3c.github.io/webauthn/#dictdef-authenticationextensionsclientinputs
Fields§
§cred_props: Option<bool>Boolean to indicate that this extension is requested by the relying party.
See CredentialPropertiesOutput for more information.
Trait Implementations§
source§impl<'de> Deserialize<'de> for AuthenticationExtensionsClientInputs
impl<'de> Deserialize<'de> for AuthenticationExtensionsClientInputs
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AuthenticationExtensionsClientInputs
impl Send for AuthenticationExtensionsClientInputs
impl Sync for AuthenticationExtensionsClientInputs
impl Unpin for AuthenticationExtensionsClientInputs
impl UnwindSafe for AuthenticationExtensionsClientInputs
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