MCPcopy Create free account
hub / github.com/prometheus/common / tokenURL

Method tokenURL

config/http_config_test.go:1841–1843  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1839}
1840
1841func (s *testOAuthServer) tokenURL() string {
1842 return s.tokenTS.URL
1843}
1844
1845func (s *testOAuthServer) close() {
1846 s.tokenTS.Close()

Callers 3

TestOAuth2Function · 0.80
TestOAuth2WithFileFunction · 0.80
TestOAuth2WithJWTAuthFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected