I'm following the Aqueduct docs for auth and I see that a Client is added like so:
aqueduct auth add-client \
--id com.food_app.mobile \
--connect postgres://user:password@dbhost:5432/food_app
How do I check what ClientId I registered? I can't find how to delete or list registered ClientIds..