Settings defines common app configuration options.
Clone creates a new deep copy of the current settings.
Merge merges other settings into the current one.
other
NamedAuthProviderConfigs returns a map with all registered OAuth2 provider configurations (indexed by their name identifier).
RedactClone creates a new deep copy of the current settings, while replacing the secret values with ******.
******
Validate makes Settings validatable by implementing [validation.Validatable] interface.
Deprecated: Will be removed in v0.9+
Generated using TypeDoc
Settings defines common app configuration options.