traq 0.1.5

⚠️ Community Driven ⚠️ traQ v3 API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# OAuth2ClientDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | クライアントUUID | 
**developer_id** | [**uuid::Uuid**]uuid::Uuid.md | クライアント開発者UUID | 
**description** | **String** | 説明 | 
**name** | **String** | クライアント名 | 
**scopes** | [**Vec<crate::models::OAuth2Scope>**]OAuth2Scope.md | 要求スコープの配列 | 
**callback_url** | **String** | コールバックURL | 
**secret** | **String** | クライアントシークレット | 
**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)