Updates an existing OAuth 2.1 client. Requires a secret key.
secret key
The ID of the OAuth client to update.
val client = supabase.auth.admin.oauth.updateClient(clientId = "client_id") { name = "Updated App Name" }