immich/mobile/openapi/doc/SystemConfigOAuthDto.md

35 lines
1.6 KiB
Markdown

# openapi.model.SystemConfigOAuthDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowInsecureRequests** | **bool** | Allow insecure requests |
**autoLaunch** | **bool** | Auto launch |
**autoRegister** | **bool** | Auto register |
**buttonText** | **String** | Button text |
**clientId** | **String** | Client ID |
**clientSecret** | **String** | Client secret |
**defaultStorageQuota** | **int** | Default storage quota |
**enabled** | **bool** | Enabled |
**endSessionEndpoint** | **String** | End session endpoint |
**issuerUrl** | **String** | Issuer URL |
**mobileOverrideEnabled** | **bool** | Mobile override enabled |
**mobileRedirectUri** | **String** | Mobile redirect URI (set to empty string to disable) |
**profileSigningAlgorithm** | **String** | Profile signing algorithm |
**prompt** | **String** | OAuth prompt parameter (e.g. select_account, login, consent) |
**roleClaim** | **String** | Role claim |
**scope** | **String** | Scope |
**signingAlgorithm** | **String** | Signing algorithm |
**storageLabelClaim** | **String** | Storage label claim |
**storageQuotaClaim** | **String** | Storage quota claim |
**timeout** | **int** | Timeout |
**tokenEndpointAuthMethod** | [**OAuthTokenEndpointAuthMethod**](OAuthTokenEndpointAuthMethod.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)