Function oo7::migrate

source ·
pub async fn migrate(
    attributes: Vec<HashMap<&str, &str>>,
    replace: bool
) -> Result<()>
Expand description

Helper to migrate your secrets from the host Secret Service to the sandboxed file backend.

If the migration is successful, the items are removed from the host Secret Service.