pub async fn invalidate_inference_key(
db: &PgPool,
http_client: &Client,
base_url: &str,
provisioning_key: &str,
identifier: &str,
) -> Result<(), AppError>Expand description
Invalidate a user’s inference key, either by Firebase UID or username.