GetJSONWebKeysResponse constructor

GetJSONWebKeysResponse({
  1. HttpCacheControlResponseHeader? cacheHeader,
  2. List<Jwk>? keys,
})

Implementation

GetJSONWebKeysResponse({
  this.cacheHeader,
  this.keys,
});