dt-app
Version:
The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.
9 lines (8 loc) • 320 B
TypeScript
/**
* Builds the SSOUrl based on the environment
* @param environmentUrl envUrl is used to fetch the ssoUrl
* @returns the ssoUrl as a string and undefined if ssoUrl couldn't be fetched
* @deprecated Use _GetSSOUrl instead
* @internal
*/
export declare function getSSOUrl(environmentUrl: string): Promise<string>;