Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 645 Bytes

OAuth2Client.md

File metadata and controls

15 lines (11 loc) · 645 Bytes

OAuth2Client

Properties

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

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