2022-12-09 13:51:42 -07:00
# openapi.model.SystemConfigOAuthDto
2022-11-14 21:39:32 -07:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2022-12-09 13:51:42 -07:00
**enabled** | **bool** | |
**issuerUrl** | **String** | |
**clientId** | **String** | |
**clientSecret** | **String** | |
**scope** | **String** | |
**buttonText** | **String** | |
**autoRegister** | **bool** | |
2022-12-29 13:47:30 -07:00
**mobileOverrideEnabled** | **bool** | |
**mobileRedirectUri** | **String** | |
2022-11-14 21:39:32 -07:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)