Skip to main content

migrate

Function migrate 

Source
pub async fn migrate(
    attributes: Vec<impl AsAttributes>,
    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.