PlatformContext

JFrog Platform Administration Documentation

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
}