Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
func
authFileKind() string {
194
if
os.Getenv(envAuthFile) !=
""
{
195
return
authFileCustom
196
}
197
return
authFileDefault
198
}
199
200
func
readTokens(filePath string) (TokenMap, error) {
201
b, err := os.ReadFile(filePath)
Callers
1
initDbx
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected