DXEnvironment

Enum representing available DX environments.

public enum DXEnvironment: String

Your app is able to operate in two environments: sandbox and production. The sandbox environment is provided as a way to test your app before deploying to the app store with sandbox users created in the developer dashboard. The production environment will be used once your app is ready to be deployed to the app store and used by actual DX users. You specify what environment will be used with the isAuthenticated method in the DXAuthClient class.

Cases

case sandbox
case production

Last updated