[][src]Function otp::add_totp_secret

pub fn add_totp_secret<P: AsRef<Path>>(
    config: Config,
    config_dir: P,
    name: &str,
    secret: String
) -> TotpResult<()>