pub async fn export_authenticator(
path: impl AsRef<Path>,
source: &AccessPoint,
include_qr_codes: bool,
) -> Result<(), Error>Available on crate feature
authenticator only.Expand description
Export an authenticator vault to a zip archive.
The access point for the vault must be unlocked.