mirror of
https://github.com/immich-app/immich.git
synced 2024-12-20 00:38:24 +02:00
d3404f927c
* 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>
810 B
Generated
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 |