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

Struct oauth2TestServerResponse

config/http_config_test.go:1795–1798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1793}
1794
1795type oauth2TestServerResponse struct {
1796 AccessToken string `json:"access_token"`
1797 TokenType string `json:"token_type"`
1798}
1799
1800type testOAuthServer struct {
1801 tokenTS *httptest.Server

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected