12.4.3.3. 페이로드

생성 및 업데이트의 경우 요청 페이로드는 application/json 입니다.

{
  "client_id": "ee305610",
  "client_secret": "ac0e42db426b4377096c6590e2b06aed",
  "client_name": "oidc-app",
  "redirect_uris": ["http://example.com"],
  "grant_types": ["client_credentials", "password"]
}

클라이언트 삭제 요청에는 페이로드가 없습니다.