Searched defs:keySetHTTP (Results 1 – 1 of 1) sorted by relevance
36 type keySetHTTP struct { struct37 url string38 log log.Logger39 client *http.Client40 cache *remotecache.RemoteCache41 cacheKey string42 cacheExpiration time.Duration170 func (ks *keySetHTTP) getJWKS(ctx context.Context) (keySetJWKS, error) {208 func (ks keySetHTTP) Key(ctx context.Context, kid string) ([]jose.JSONWebKey, error) {