Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 773 Bytes

OAuth2ClientDetail.md

File metadata and controls

17 lines (13 loc) · 773 Bytes

OAuth2ClientDetail

Properties

Name Type Description Notes
id String クライアントUUID
developerId UUID クライアント開発者UUID
description String 説明
name String クライアント名
scopes [OAuth2Scope] 要求スコープの配列
callbackUrl String コールバックURL
secret String クライアントシークレット
confidential Bool confidential client なら true, public client なら false

[Back to Model list] [Back to API list] [Back to README]