UNPKG

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.

11 lines (10 loc) 458 B
import type { OAuthScope } from '../utils/config/cli-options'; export declare const MINIMAL_SCOPES: OAuthScope[]; /** * THE PKCE code challenge verifier * @see https://auth0.com/docs/flows/call-your-api-using-the-authorization-code-flow-with-pkce#create-code-verifier */ export declare const OAUTH_CODE_VERIFIER: string; /** THE PKCE code challenge */ export declare const OAUTH_CODE_CHALLENGE: string; export declare const OAUTH_STATE_PARAMETER: string;