# OAuthApp ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | Option<**String**> | The client id of the application | [optional] **client_secret** | Option<**String**> | The client secret of the application | [optional] **name** | Option<**String**> | The name of the client application | [optional] **description** | Option<**String**> | A short description of the application | [optional] **icon_url** | Option<**String**> | A URL to an icon to display with the application | [optional] **callback_urls** | Option<**Vec**> | A list of callback URLs for the appliation | [optional] **homepage** | Option<**String**> | A link to the website of the application | [optional] **is_trusted** | Option<**bool**> | Set this to `true` to skip asking users for permission | [optional] **create_at** | Option<**i64**> | The time of registration for the application | [optional] **update_at** | Option<**i64**> | The last time of update for the application | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)