# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)