1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-20 00:38:24 +02:00
immich/mobile/openapi/doc/SystemConfigOAuthDto.md
Daniel Dietzler d3404f927c
feat(server)!: oauth encryption algorithm setting (#6818)
* feat: add oauth signing algorithm setting

* chore: open api

* chore: change default to RS256

* feat: test and clean up

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2024-02-02 00:27:54 -05:00

810 B
Generated

openapi.model.SystemConfigOAuthDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
autoLaunch bool
autoRegister bool
buttonText String
clientId String
clientSecret String
enabled bool
issuerUrl String
mobileOverrideEnabled bool
mobileRedirectUri String
scope String
signingAlgorithm String
storageLabelClaim String

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