PlatformContext

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo
interface PlatformContext {
   baseUrl: string; // platform base URL
   clients: PlatformClients; // clients to communicate with the platform or external resources
   platformToken: string; // platform access token
}