// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`oauthClients.create > should require authentication 1`] = ` { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `; exports[`oauthClients.delete > should require authentication 1`] = ` { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `; exports[`oauthClients.info > should require authentication 1`] = ` { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `; exports[`oauthClients.list > should require authentication 1`] = ` { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `; exports[`oauthClients.rotate_secret > should require authentication 1`] = ` { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `; exports[`oauthclients.update > should require authentication 1`] = ` { "error": "authentication_required", "message": "Authentication required", "ok": false, "status": 401, } `;