Struct kanidm_proto::scim_v1::ScimTotp
source · [−]pub struct ScimTotp {
pub external_id: String,
pub secret: String,
pub algo: String,
pub step: u32,
pub digits: u32,
}
Fields
external_id: String
maps to “label” in kanidm.
secret: String
algo: String
step: u32
digits: u32
Trait Implementations
sourceimpl Into<ScimComplexAttr> for ScimTotp
impl Into<ScimComplexAttr> for ScimTotp
sourcefn into(self) -> ScimComplexAttr
fn into(self) -> ScimComplexAttr
Converts this type into the (usually inferred) input type.
Auto Trait Implementations
impl RefUnwindSafe for ScimTotp
impl Send for ScimTotp
impl Sync for ScimTotp
impl Unpin for ScimTotp
impl UnwindSafe for ScimTotp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more