MCPcopy Create free account
hub / github.com/dropbox/dbxcli / authFileKind

Function authFileKind

cmd/auth.go:193–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193func authFileKind() string {
194 if os.Getenv(envAuthFile) != "" {
195 return authFileCustom
196 }
197 return authFileDefault
198}
199
200func readTokens(filePath string) (TokenMap, error) {
201 b, err := os.ReadFile(filePath)

Callers 1

initDbxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected