SecurityContextConfig constructor

SecurityContextConfig({
  1. SecurityContext? apiServer,
  2. SecurityContext? webServer,
  3. SecurityContext? insightsServer,
})

Creates a new SecurityContextConfig object.

Implementation

SecurityContextConfig({
  this.apiServer,
  this.webServer,
  this.insightsServer,
});