Enumerations

The following enumerations are available globally.

  • Enum to be used with the mode parameter for SmartcarAuth to determine which mode Connect will launch in

    • live: Allows users to login with a real connected services account
    • test: Allows users to connect to test vehicles using any credentials
    • simulated: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard
    See more

    Declaration

    Swift

    public enum SCMode : String
  • The current version of the SmartcarAuth SDK, sent as the sdk_version query parameter on the Connect authorization URL. Kept in sync with SmartcarAuth.podspec‘s s.version by testVersionMatchesPodspec.

    See more

    Declaration

    Swift

    public enum SmartcarAuthVersion