pub struct HmacGetSecretInput {
pub output1: Base64UrlSafeData,
pub output2: Option<Base64UrlSafeData>,
}Expand description
The inputs to the hmac secret if it was created during registration.
Fields§
§output1: Base64UrlSafeDataRetrieve a symmetric secrets from the authenticator with this input.
output2: Option<Base64UrlSafeData>Rotate the secret in the same operation.
Trait Implementations§
Source§impl Clone for HmacGetSecretInput
impl Clone for HmacGetSecretInput
Source§fn clone(&self) -> HmacGetSecretInput
fn clone(&self) -> HmacGetSecretInput
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 Debug for HmacGetSecretInput
impl Debug for HmacGetSecretInput
Source§impl<'de> Deserialize<'de> for HmacGetSecretInput
impl<'de> Deserialize<'de> for HmacGetSecretInput
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<HmacGetSecretInput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<HmacGetSecretInput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HmacGetSecretInput
impl PartialEq for HmacGetSecretInput
Source§impl Serialize for HmacGetSecretInput
impl Serialize for HmacGetSecretInput
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
impl Eq for HmacGetSecretInput
impl StructuralPartialEq for HmacGetSecretInput
Auto Trait Implementations§
impl Freeze for HmacGetSecretInput
impl RefUnwindSafe for HmacGetSecretInput
impl Send for HmacGetSecretInput
impl Sync for HmacGetSecretInput
impl Unpin for HmacGetSecretInput
impl UnwindSafe for HmacGetSecretInput
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