Enum kanidm_proto::v1::SetCredentialRequest [−][src]
pub enum SetCredentialRequest { Password(String), GeneratePassword, TotpGenerate, TotpVerify(Uuid, u32), TotpAcceptSha1(Uuid), TotpRemove, WebauthnBegin(String), WebauthnRegister(Uuid, RegisterPublicKeyCredential), WebauthnRemove(String), BackupCodeGenerate, BackupCodeRemove, }
Variants
Password(String)
TotpAcceptSha1(Uuid)
WebauthnBegin(String)
WebauthnRegister(Uuid, RegisterPublicKeyCredential)
WebauthnRemove(String)
Trait Implementations
impl<'de> Deserialize<'de> for SetCredentialRequest
[src]
impl<'de> Deserialize<'de> for SetCredentialRequest
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Serialize for SetCredentialRequest
[src]
impl Serialize for SetCredentialRequest
[src]Auto Trait Implementations
impl RefUnwindSafe for SetCredentialRequest
impl Send for SetCredentialRequest
impl Sync for SetCredentialRequest
impl Unpin for SetCredentialRequest
impl UnwindSafe for SetCredentialRequest
Blanket Implementations
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,