pub(crate) fn approve_auth_request(
client: &Client,
public_key: String,
) -> Result<AsymmetricEncString, ApproveAuthRequestError>
Expand description
Approve an auth request.
Encrypts the user key with a public key.
pub(crate) fn approve_auth_request(
client: &Client,
public_key: String,
) -> Result<AsymmetricEncString, ApproveAuthRequestError>
Approve an auth request.
Encrypts the user key with a public key.