Skip to main content

verify_session_key

Function verify_session_key 

Source
async fn verify_session_key(
    client_info: &ClientInfo,
    session_key: &AesKey,
    rest: &RestClient,
) -> Result<Option<MfaInfo>, OnePasswordError>
Expand description

Completes authentication over the MAC-signed, encrypted channel, returning the enabled 2FA methods when the account needs a second factor.