ListWebsiteAuthorizationProvidersResponse constructor
      
      ListWebsiteAuthorizationProvidersResponse({ 
    
    
- String? nextToken,
- List<WebsiteAuthorizationProviderSummary> ? websiteAuthorizationProviders,
Implementation
ListWebsiteAuthorizationProvidersResponse({
  this.nextToken,
  this.websiteAuthorizationProviders,
});