client

クライアントを登録します。

post/clients

Request body

namestring required

クライアント名

descriptionstring required

クライアントの説明

redirectUristring uri required

リダイレクト先のURI

scopesClientScope[] required

要求するスコープ

Response

正常に登録できました。クライアント情報を返します。

clientIdstring

クライアントID

namestring

クライアント名

descriptionstring

クライアント説明

creatorIdstring uuid

クライアント作成者UUID

scopesClientScope[]

要求スコープの配列

redirectUristring uri

OAuth2リダイレクトURL

secretstring

クライアントSecret

Changes