Click or drag to resize
MobileBackendConfiguration Class
Class for the configuration of a Mobile Backend.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.ConfigurationMobileBackendConfiguration

Namespace: Oracle.Cloud.Mobile.Configuration
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class MobileBackendConfiguration

The MobileBackendConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodMobileBackendConfiguration
Initializes an empty configuration object.
Public methodMobileBackendConfiguration(String, Uri, String, Boolean)
Initializes a configuration object with the given properties.
Top
Properties
  NameDescription
Public propertyApplicationKey
The app key for this mobile application. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertyAuthConfigurations
The authentication configurations for this Mobile Backend. Callers can invoke MobileBackend.AuthenticationType to specify a configuration to use.
Public propertyBaseUri
The base uri of the Mobile Backend. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertyIsDefault
Whether this Mobile Backend is the default, only one Mobile Backend in the MobileBackedManager can be marked as the default.
Public propertyName
The name of the Mobile Backend. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertySynchronizationConfiguration
Configuration for Synchronization.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldOfflineAuthenticationEnabled
If set to true, credentials will be cached in the Vault to allow offline login.
Top
See Also