Salesforce · Schema

MobileSDK

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
UseiOSNativeBrowserForAuthentication boolean
UseAndroidNativeBrowserForAuthentication boolean
shareBrowserSessionIOS boolean
shareBrowserSessionAndroid boolean
View JSON Schema on GitHub

JSON Schema

salesforce-mobile-sdk-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "UseiOSNativeBrowserForAuthentication": {
      "type": "boolean",
      "example": true
    },
    "UseAndroidNativeBrowserForAuthentication": {
      "type": "boolean",
      "example": true
    },
    "shareBrowserSessionIOS": {
      "type": "boolean",
      "example": true
    },
    "shareBrowserSessionAndroid": {
      "type": "boolean",
      "example": "500123"
    }
  },
  "required": [
    "UseiOSNativeBrowserForAuthentication",
    "UseAndroidNativeBrowserForAuthentication",
    "shareBrowserSessionIOS",
    "shareBrowserSessionAndroid"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MobileSDK"
}