mirror of
https://github.com/immich-app/immich.git
synced 2024-12-24 10:37:28 +02:00
6974d4068b
* feat(server): support providers without support for custom schemas * chore: unit tests * chore: test mobile override * chore: add details to the docs
24 lines
697 B
Markdown
Generated
24 lines
697 B
Markdown
Generated
# openapi.model.SystemConfigOAuthDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**enabled** | **bool** | |
|
|
**issuerUrl** | **String** | |
|
|
**clientId** | **String** | |
|
|
**clientSecret** | **String** | |
|
|
**scope** | **String** | |
|
|
**buttonText** | **String** | |
|
|
**autoRegister** | **bool** | |
|
|
**mobileOverrideEnabled** | **bool** | |
|
|
**mobileRedirectUri** | **String** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|