Optionalbase: string | URLStatic ReadonlyPRODUCTIONStatic ReadonlySANDBOXTests whether this url has the lightning domain extension This method that performs the dns lookup of the host. If the lookup fails the internal polling (1 second), client will try again until timeout If SF_DOMAIN_RETRY environment variable is set (number) it overrides the default timeout duration (240 seconds)
The resolved ip address or never
Returns the appropriate jwt audience url for this url Use SF_AUDIENCE_URL env var to override the audience url
OptionalcreatedOrgInstance: string
The Salesforce instance the org was created on. e.g. cs42
The audience url
Tests whether this url is an internal Salesforce domain
true if this is an internal domain
Test whether this url represents a lightning domain
true if this domain is a lightning domain
Tests whether this url runs on a local machine
true if this is a local machine
Tests whether this url contains a Salesforce owned domain
true if this is a salesforce domain
Method that performs the dns lookup of the host. If the lookup fails the internal polling (1 second), client will try again until timeout If SF_DOMAIN_RETRY environment variable is set (number) it overrides the default timeout duration (240 seconds)
the resolved ip address.
Staticis
Salesforce URLs