AppConfiguration
An AppConfiguration is used to setup linkage to an Atlas App Services Application.
Instances of an AppConfiguration can be created by using the AppConfiguration.Builder and calling its AppConfiguration.Builder.build method or by using AppConfiguration.create.
Types
Properties
The version of the app. This is only used for debugging.
Authorization header name used for Atlas App services requests.
Custom configured headers that will be sent alongside other headers when making network requests towards Atlas App services.
The default EJson decoder that would be used to encode and decode arguments and results when calling remote App Functions, authenticating with a customFunction, and retrieving a user profile or customData.
If enabled, a single connection is used for all Realms opened with a single sync user. If disabled, a separate connection is used for each Realm.
The configured HttpLogObfuscator for this app. If this property returns null
no obfuscator is being used.
The configured timeouts for various aspects of the sync connection from realms.