immich/mobile/openapi/doc/SystemConfigOAuthDto.md

1.6 KiB

openapi.model.SystemConfigOAuthDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
allowInsecureRequests bool Allow insecure requests
autoLaunch bool Auto launch
autoRegister bool Auto register
buttonText String Button text
clientId String Client ID
clientSecret String Client secret
defaultStorageQuota int Default storage quota
enabled bool Enabled
endSessionEndpoint String End session endpoint
issuerUrl String Issuer URL
mobileOverrideEnabled bool Mobile override enabled
mobileRedirectUri String Mobile redirect URI (set to empty string to disable)
profileSigningAlgorithm String Profile signing algorithm
prompt String OAuth prompt parameter (e.g. select_account, login, consent)
roleClaim String Role claim
scope String Scope
signingAlgorithm String Signing algorithm
storageLabelClaim String Storage label claim
storageQuotaClaim String Storage quota claim
timeout int Timeout
tokenEndpointAuthMethod OAuthTokenEndpointAuthMethod

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