Home
last modified time | relevance | path

Searched defs:keySetHTTP (Results 1 – 1 of 1) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/services/auth/jwt/
H A Dkey_sets.go36 type keySetHTTP struct { struct
37 url string
38 log log.Logger
39 client *http.Client
40 cache *remotecache.RemoteCache
41 cacheKey string
42 cacheExpiration time.Duration
170 func (ks *keySetHTTP) getJWKS(ctx context.Context) (keySetJWKS, error) {
208 func (ks keySetHTTP) Key(ctx context.Context, kid string) ([]jose.JSONWebKey, error) {