Helper that returns the appropriate portal url for a given request. requestOptions.portal is given precedence over authentication.portal. If neither portal nor authentication is present, www.arcgis.com/sharing/rest is returned.
requestOptions.portal
authentication.portal
portal
authentication
www.arcgis.com/sharing/rest
Optional
Request options that may have authentication manager
Portal url to be used in API requests
Helper that returns the appropriate portal url for a given request.
requestOptions.portal
is given precedence overauthentication.portal
. If neitherportal
norauthentication
is present,www.arcgis.com/sharing/rest
is returned.