Creates a new OAuth client.
service_role key.Parameters for creating a new OAuth client.
response = supabase.auth.admin.oauth.create_client(
{
"name": "My OAuth Client",
"redirect_uris": ["https://example.com/callback"]
}
)