MCPcopy Create free account
hub / github.com/brimdata/super / newCredentials

Function newCredentials

api/client/auth0/store.go:88–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88func newCredentials() *Credentials {
89 return &Credentials{
90 Version: version,
91 Services: make(map[string]Tokens),
92 }
93}
94
95func (c *Credentials) Tokens(uri string) *Tokens {
96 if tokens, ok := c.Services[normalizeURI(uri)]; ok {

Callers 1

loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected