uaa
uaa
import "github.com/cloudfoundry/go-cf-api/internal/uaa"
Index
type Fetcher
type Fetcher interface {
Fetch(ctx context.Context, url string) (jwk.Set, error)
}
type KeyFetcher
type KeyFetcher struct {
UAAURL string
Fetcher Fetcher
}
func NewKeyFetcher
func NewKeyFetcher(ctx context.Context, uaaConf config.UaaConfig) (*KeyFetcher, error)
func (*KeyFetcher) Fetch
func (ukf *KeyFetcher) Fetch(token *jwt.Token) (interface{}, error)
Generated by gomarkdoc