mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
1.6 KiB
1.6 KiB
openapi.model.SystemConfigOAuthDto
Load the model package
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 |