GetOpenIDConfigResponse constructor
      
      GetOpenIDConfigResponse({})
     
    
    
Implementation
GetOpenIDConfigResponse({
  this.cacheHeader,
  this.claimsSupported,
  this.grantTypes,
  this.idTokenSigningAlgValuesSupported,
  this.issuer,
  this.jwksUri,
  this.responseTypesSupported,
  this.subjectTypesSupported,
});