Enum kanidm_proto::v1::AuthAllowed
source · pub enum AuthAllowed {
Anonymous,
BackupCode,
Password,
Totp,
SecurityKey(RequestChallengeResponse),
Passkey(RequestChallengeResponse),
}
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 Ord for AuthAllowed
impl Ord for AuthAllowed
source§impl PartialEq<AuthAllowed> for AuthAllowed
impl PartialEq<AuthAllowed> for AuthAllowed
source§impl PartialOrd<AuthAllowed> for AuthAllowed
impl PartialOrd<AuthAllowed> for AuthAllowed
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more