Function rbw::actions::unlock[][src]

pub async fn unlock(
    email: &str,
    password: &Password,
    iterations: u32,
    protected_key: &str,
    protected_private_key: &str,
    protected_org_keys: &HashMap<String, String>
) -> Result<(Keys, HashMap<String, Keys>)>