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§
source§impl Into<ScimComplexAttr> for ScimTotp
impl Into<ScimComplexAttr> for ScimTotp
source§fn into(self) -> ScimComplexAttr
fn into(self) -> ScimComplexAttr
Converts this type into the (usually inferred) input type.