immich/mobile/openapi/doc/SystemConfigOAuthDto.md
Jason Rasmussen 6974d4068b
feat(server): mobile oauth with custom scheme redirect uri (#1204)
* feat(server): support providers without support for custom schemas

* chore: unit tests

* chore: test mobile override

* chore: add details to the docs
2022-12-29 14:47:30 -06:00

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

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