Skip to main content

unlock

Function unlock 

Source
async fn unlock(
    credentials: &Credentials,
    account_key: &AccountKey,
    session: &Session,
) -> Result<(Keychain, Vec<VaultInfo>), OnePasswordError>
Expand description

Decrypts the account keysets and every accessible vault key.

The keychain is complete when this returns, so the download itself never adds to it.