pub struct RegistrationExtensionsClientOutputs {
pub appid: Option<bool>,
pub cred_props: Option<CredProps>,
pub hmac_secret: Option<bool>,
pub cred_protect: Option<CredentialProtectionPolicy>,
pub min_pin_length: Option<u32>,
}Expand description
https://w3c.github.io/webauthn/#dictdef-authenticationextensionsclientoutputs The default option here for Options are None, so it can be derived
Fields§
§appid: Option<bool>Indicates whether the client used the provided appid extension
cred_props: Option<CredProps>Indicates if the client believes it created a resident key. This property is managed by the webbrowser, and is NOT SIGNED and CAN NOT be trusted!
hmac_secret: Option<bool>Indicates if the client successfully applied a HMAC Secret
cred_protect: Option<CredentialProtectionPolicy>Indicates if the client successfully applied a credential protection policy.
min_pin_length: Option<u32>Indicates the current minimum PIN length
Trait Implementations§
source§impl Clone for RegistrationExtensionsClientOutputs
impl Clone for RegistrationExtensionsClientOutputs
source§fn clone(&self) -> RegistrationExtensionsClientOutputs
fn clone(&self) -> RegistrationExtensionsClientOutputs
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 Default for RegistrationExtensionsClientOutputs
impl Default for RegistrationExtensionsClientOutputs
source§fn default() -> RegistrationExtensionsClientOutputs
fn default() -> RegistrationExtensionsClientOutputs
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RegistrationExtensionsClientOutputs
impl<'de> Deserialize<'de> for RegistrationExtensionsClientOutputs
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<RegistrationExtensionsClientOutputs, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<RegistrationExtensionsClientOutputs, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for RegistrationExtensionsClientOutputs
impl Serialize for RegistrationExtensionsClientOutputs
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 RefUnwindSafe for RegistrationExtensionsClientOutputs
impl Send for RegistrationExtensionsClientOutputs
impl Sync for RegistrationExtensionsClientOutputs
impl Unpin for RegistrationExtensionsClientOutputs
impl UnwindSafe for RegistrationExtensionsClientOutputs
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> 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