{
  "client_name": "My Example Client",
  "grant_types": ["client_credentials"],
  "jwks_uri": "https://client.example.com/my_public_keys.jwks",
  "response_types": ["none"],
  "scope": "registration",
  "token_endpoint_auth_method": "private_key_jwt"
}
