Versions in this module Expand all Collapse all v1 v1.0.2 Mar 8, 2023 v1.0.1 Mar 8, 2023 Changes in this version + type Options struct + Client *http.Client + MaxCacheDuration time.Duration + MinCacheDuration time.Duration + RefreshContext context.Context + RefreshWarning func(err error) + URL string + UserAgent string + type RemoteKeyset struct + func New(initCtx context.Context, opts Options) (*RemoteKeyset, error) + func (rk *RemoteKeyset) Close() + func (rk *RemoteKeyset) Get() (*jose.JSONWebKeySet, error)