pub struct AuthenticatorExtensionsClientOutputs {
pub cred_props: Option<CredentialPropertiesOutput>,
}Expand description
This is a dictionary containing the client extension output values for zero or more WebAuthn Extensions.
https://w3c.github.io/webauthn/#dictdef-authenticationextensionsclientoutputs
Fields§
§cred_props: Option<CredentialPropertiesOutput>Contains properties of the given PublicKeyCredential when it is included.
See CredentialPropertiesOutput for more information
Trait Implementations§
source§impl Default for AuthenticatorExtensionsClientOutputs
impl Default for AuthenticatorExtensionsClientOutputs
source§fn default() -> AuthenticatorExtensionsClientOutputs
fn default() -> AuthenticatorExtensionsClientOutputs
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AuthenticatorExtensionsClientOutputs
impl<'de> Deserialize<'de> for AuthenticatorExtensionsClientOutputs
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 AuthenticatorExtensionsClientOutputs
impl Send for AuthenticatorExtensionsClientOutputs
impl Sync for AuthenticatorExtensionsClientOutputs
impl Unpin for AuthenticatorExtensionsClientOutputs
impl UnwindSafe for AuthenticatorExtensionsClientOutputs
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