Skip to main content

post_rotate_user_keys

Function post_rotate_user_keys 

Source
async fn post_rotate_user_keys(
    registration_client: &UserCryptoManagementClient,
    api_client: &ApiClient,
    trusted_organization_public_keys: &[PublicKey],
    trusted_emergency_access_public_keys: &[PublicKey],
    master_key_unlock_method: MasterkeyUnlockMethod,
) -> Result<(), RotateUserKeysError>