# GetOAuthConnect200Response
## Properties
**extra_params** | Option<[**serde_json::Value**](.md)> | | [optional]
**scopes** | Option<**Vec<String>**> | | [optional]
**grant_types** | Option<**Vec<String>**> | | [optional]
**client_credentials_configured** | Option<**bool**> | The instance OAuth entry carries shared client-credentials, so the connect dialog can skip the bring-your-own form and run the exchange server-side | [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)