MCPcopy
hub / github.com/modelcontextprotocol/registry / GitHubOIDCProvider

Struct GitHubOIDCProvider

cmd/publisher/auth/github-oidc.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type GitHubOIDCProvider struct {
16 registryURL string
17}
18
19// NewGitHubOIDCProvider creates a new GitHub OIDC provider
20func NewGitHubOIDCProvider(registryURL string) Provider {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected