SimulatedDiscoveryResult

data class SimulatedDiscoveryResult(val loginHint: String, val loginHost: String)

The result of a simulated Welcome Discovery flow. Holds the values that the real sfdc://discocallback?login_hint=&my_domain= URL would have provided. Set on SalesforceSDKManager.simulatedDiscoveryResult from the Login Options screen to bypass the email round-trip during automated tests.

Constructors

Link copied to clipboard
constructor(loginHint: String, loginHost: String)

Properties

Link copied to clipboard
Link copied to clipboard