Skip to main content

perform_and_verify

Function perform_and_verify 

Source
pub(super) async fn perform_and_verify(
    credentials: &Credentials,
    account_key: &AccountKey,
    srp_info: &SrpInfo,
    session_id: &str,
    rest: &RestClient,
) -> Result<AesKey, OnePasswordError>
Expand description

Runs the SRP exchange and labels the resulting key with the session id.