Merge merges other
settings into the current one.
NamedAuthProviderConfigs returns a map with all registered OAuth2 provider configurations (indexed by their name identifier).
Submit validates the form and upserts the loaded settings.
On success the app settings will be refreshed with the form ones.
You can optionally provide a list of InterceptorFunc to further modify the form behavior before persisting it.
Rest
...interceptors: InterceptorFunc<Settings>[]Deprecated: Will be removed in v0.9+
Generated using TypeDoc
SettingsUpsert is a [settings.Settings] upsert (create/update) form.