Enum kanidm_proto::v1::AuthAllowed
source · pub enum AuthAllowed {
Anonymous,
BackupCode,
Password,
Totp,
SecurityKey(RequestChallengeResponse),
Passkey(RequestChallengeResponse),
}
Expand description
A challenge containing the list of allowed authentication types that can satisfy the next step. These may have inner types with required context.
Variants§
Anonymous
BackupCode
Password
Totp
SecurityKey(RequestChallengeResponse)
Passkey(RequestChallengeResponse)
Trait Implementations§
source§impl Clone for AuthAllowed
impl Clone for AuthAllowed
source§fn clone(&self) -> AuthAllowed
fn clone(&self) -> AuthAllowed
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 Debug for AuthAllowed
impl Debug for AuthAllowed
source§impl<'de> Deserialize<'de> for AuthAllowed
impl<'de> Deserialize<'de> for AuthAllowed
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
source§impl Display for AuthAllowed
impl Display for AuthAllowed
source§impl From<&AuthAllowed> for u8
impl From<&AuthAllowed> for u8
source§fn from(a: &AuthAllowed) -> u8
fn from(a: &AuthAllowed) -> u8
Converts to this type from the input type.
source§impl Ord for AuthAllowed
impl Ord for AuthAllowed
source§impl PartialEq for AuthAllowed
impl PartialEq for AuthAllowed
source§impl PartialOrd for AuthAllowed
impl PartialOrd for AuthAllowed
source§impl Serialize for AuthAllowed
impl Serialize for AuthAllowed
source§impl<'__s> ToSchema<'__s> for AuthAllowed
impl<'__s> ToSchema<'__s> for AuthAllowed
impl Eq for AuthAllowed
Auto Trait Implementations§
impl Freeze for AuthAllowed
impl RefUnwindSafe for AuthAllowed
impl Send for AuthAllowed
impl Sync for AuthAllowed
impl Unpin for AuthAllowed
impl UnwindSafe for AuthAllowed
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.