import "github.com/okta/okta-jwt-verifier-golang/discovery"
discovery.go
type Discovery interface { New() Discovery GetWellKnownUrl() string }