mirror of
https://github.com/immich-app/immich.git
synced 2025-11-07 15:23:04 -05:00
* feat(server): support providers without support for custom schemas * chore: unit tests * chore: test mobile override * chore: add details to the docs
697 B
Generated
697 B
Generated
openapi.model.SystemConfigOAuthDto
Load the model package
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 |