pub async fn update_last_used(pool: &PgPool, key_id: Uuid) -> ProxyResult<()>Expand description
Stamp an API key’s last-used time (best-effort).
pub async fn update_last_used(pool: &PgPool, key_id: Uuid) -> ProxyResult<()>Stamp an API key’s last-used time (best-effort).