GetJSONWebKeysResponse constructor
      
      GetJSONWebKeysResponse({ 
    
    
- HttpCacheControlResponseHeader? cacheHeader,
- List<Jwk> ? keys,
Implementation
GetJSONWebKeysResponse({
  this.cacheHeader,
  this.keys,
});