| MobileBackendConfiguration Class |
Namespace: Oracle.Cloud.Mobile.Configuration
The MobileBackendConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| MobileBackendConfiguration |
Initializes an empty configuration object.
| |
| MobileBackendConfiguration(String, Uri, String, Boolean) |
Initializes a configuration object with the given properties.
|
| Name | Description | |
|---|---|---|
| ApplicationKey |
The app key for this mobile application. This value can be obtained from the Mobile Backend's Settings in the UI.
| |
| AuthConfigurations |
The authentication configurations for this Mobile Backend.
Callers can invoke MobileBackend.AuthenticationType to specify a configuration to use.
| |
| BaseUri |
The base uri of the Mobile Backend. This value can be obtained from the Mobile Backend's Settings in the UI.
| |
| IsDefault |
Whether this Mobile Backend is the default, only one Mobile Backend in the MobileBackedManager can be marked as the default.
| |
| Name |
The name of the Mobile Backend. This value can be obtained from the Mobile Backend's Settings in the UI.
| |
| SynchronizationConfiguration |
Configuration for Synchronization.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| OfflineAuthenticationEnabled |
If set to true, credentials will be cached in the Vault to allow offline login.
|