bitwarden_core::auth::auth_request

Function approve_auth_request

source
pub(crate) fn approve_auth_request(
    client: &Client,
    public_key: String,
) -> Result<AsymmetricEncString, Error>
Expand description

Approve an auth request.

Encrypts the user key with a public key.