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

Method RemoveTokens

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

Source from the content-addressed store, hash-verified

104}
105
106func (c *Credentials) RemoveTokens(uri string) {
107 delete(c.Services, normalizeURI(uri))
108}
109
110func normalizeURI(uri string) string {
111 u := storage.MustParseURI(uri)

Callers

nothing calls this directly

Calls 1

normalizeURIFunction · 0.85

Tested by

no test coverage detected