pub enum HmacSecretCredentialSupport {
WithUvOnly,
WithoutUv,
}
Expand description
Set whether the Hmac Secret generation supports one or two credentials
Variants§
WithUvOnly
Only support one credential, which is necessarily backed by User Verification
WithoutUv
Support 2 credentials, where the second one is not protected by User Verification
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HmacSecretCredentialSupport
impl RefUnwindSafe for HmacSecretCredentialSupport
impl Send for HmacSecretCredentialSupport
impl Sync for HmacSecretCredentialSupport
impl Unpin for HmacSecretCredentialSupport
impl UnwindSafe for HmacSecretCredentialSupport
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