1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-17 12:22:31 +02:00
immich/mobile/openapi/doc/SystemConfigOAuthDto.md
Jason Rasmussen f55d63fae8
feat(server): storage label claim (#3278)
* feat: storage label claim

* chore: open api
2023-07-15 14:50:29 -05:00

770 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
storageLabelClaim String
buttonText String
autoRegister bool
autoLaunch bool
mobileOverrideEnabled bool
mobileRedirectUri String

[Back to Model list] [Back to API list] [Back to README]