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

Method Tokens

api/client/auth0/store.go:95–100  ·  view source on GitHub ↗
(uri string)

Source from the content-addressed store, hash-verified

93}
94
95func (c *Credentials) Tokens(uri string) *Tokens {
96 if tokens, ok := c.Services[normalizeURI(uri)]; ok {
97 return &tokens
98 }
99 return nil
100}
101
102func (c *Credentials) AddTokens(uri string, tokens Tokens) {
103 c.Services[normalizeURI(uri)] = tokens

Callers

nothing calls this directly

Calls 1

normalizeURIFunction · 0.85

Tested by

no test coverage detected