MCPcopy
hub / github.com/googleapis/mcp-toolbox / AuthService

Struct AuthService

internal/auth/generic/generic.go:185–191  ·  view source on GitHub ↗

struct used to store auth service info

Source from the content-addressed store, hash-verified

183
184// struct used to store auth service info
185type AuthService struct {
186 Config
187 kf keyfunc.Keyfunc
188 client *http.Client
189 introspectionURL string
190 issuer string
191}
192
193// Returns the auth service type
194func (a AuthService) AuthServiceType() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected