SecurityContextConfig constructor
SecurityContextConfig({
- SecurityContext? apiServer,
- SecurityContext? webServer,
- SecurityContext? insightsServer,
Creates a new SecurityContextConfig object.
Implementation
SecurityContextConfig({
this.apiServer,
this.webServer,
this.insightsServer,
});