mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
6974d4068b
* 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 |