isSalesforceWelcomeDiscoveryMobileUrl
Determines if the provided URL has the Salesforce Welcome Discovery path and parameters for mobile callback. The client id (consumer key) of the URL must match the boot config's consumer key.
Return
Boolean true if the URL has the Salesforce Welcome Discovery path and parameters for mobile callback and matches the boot config's consumer key or false otherwise
Parameters
The URL to examine for the Salesforce Welcome Discovery path and parameters for mobile callback
Deprecated
Deprecated in 13.1.1. Will be removed in 14.0.0. Use isSalesforceWelcomeDiscoveryMobileUrl(Uri).
Determines if the provided URL has the Salesforce Welcome Discovery path and parameters for mobile callback. The client id (consumer key) of the URL must match the boot config's consumer key.
Return
Boolean true if the URL has the Salesforce Welcome Discovery path and parameters for mobile callback and matches the boot config's consumer key or false otherwise
Parameters
The URL to examine for the Salesforce Welcome Discovery path and parameters for mobile callback