2022-12-09 21:51:42 +01:00
# openapi.model.SystemConfigOAuthDto
2022-11-15 05:39:32 +01:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-01 18:49:18 +02:00
**autoLaunch** | **bool** | |
**autoRegister** | **bool** | |
**buttonText** | **String** | |
2022-12-09 21:51:42 +01:00
**clientId** | **String** | |
**clientSecret** | **String** | |
2024-03-02 01:46:07 +01:00
**defaultStorageQuota** | **num** | |
2023-08-01 18:49:18 +02:00
**enabled** | **bool** | |
**issuerUrl** | **String** | |
2022-12-29 21:47:30 +01:00
**mobileOverrideEnabled** | **bool** | |
**mobileRedirectUri** | **String** | |
2023-08-01 18:49:18 +02:00
**scope** | **String** | |
2024-02-02 06:27:54 +01:00
**signingAlgorithm** | **String** | |
2023-08-01 18:49:18 +02:00
**storageLabelClaim** | **String** | |
2024-03-02 01:46:07 +01:00
**storageQuotaClaim** | **String** | |
2022-11-15 05:39:32 +01: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)