pub enum GroupEnum {
Show 14 variants
Default,
Password,
Oidc,
Profile,
Link,
Code,
Totp,
LookupSecret,
Webauthn,
Passkey,
IdentifierFirst,
Captcha,
Saml,
Oauth2Consent,
}Expand description
Group specifies which group (e.g. password authenticator) this node belongs to. default DefaultGroup password PasswordGroup oidc OpenIDConnectGroup profile ProfileGroup link LinkGroup code CodeGroup totp TOTPGroup lookup_secret LookupGroup webauthn WebAuthnGroup passkey PasskeyGroup identifier_first IdentifierFirstGroup captcha CaptchaGroup saml SAMLGroup
Variants§
Default
Password
Oidc
Profile
Link
Code
Totp
LookupSecret
Webauthn
Passkey
IdentifierFirst
Captcha
Saml
Oauth2Consent
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GroupEnum
impl<'de> Deserialize<'de> for GroupEnum
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 Ord for GroupEnum
impl Ord for GroupEnum
Source§impl PartialOrd for GroupEnum
impl PartialOrd for GroupEnum
impl Copy for GroupEnum
impl Eq for GroupEnum
impl StructuralPartialEq for GroupEnum
Auto Trait Implementations§
impl Freeze for GroupEnum
impl RefUnwindSafe for GroupEnum
impl Send for GroupEnum
impl Sync for GroupEnum
impl Unpin for GroupEnum
impl UnwindSafe for GroupEnum
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