MCPcopy
hub / github.com/kubernetes/client-go / azureAuthProvider

Struct azureAuthProvider

plugin/pkg/client/auth/azure/azure.go:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98type azureAuthProvider struct {
99 tokenSource tokenSource
100}
101
102func (p *azureAuthProvider) Login() error {
103 return errors.New("not yet implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected