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

Method AuthStore

cli/dbflags/flags.go:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (l *Flags) AuthStore() *auth0.Store {
84 return auth0.NewStore(filepath.Join(l.ConfigDir, "credentials.json"))
85}
86
87func (l *Flags) URI() (*storage.URI, error) {
88 db := strings.TrimRight(l.DB, "/")

Callers 4

ConnectionMethod · 0.95
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls 1

NewStoreFunction · 0.92

Tested by

no test coverage detected