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

Function authTokenTypeName

cmd/auth.go:310–319  ·  view source on GitHub ↗
(tokType string)

Source from the content-addressed store, hash-verified

308}
309
310func authTokenTypeName(tokType string) string {
311 switch tokType {
312 case tokenTeamAccess:
313 return "team-access"
314 case tokenTeamManage:
315 return "team-manage"
316 default:
317 return "personal"
318 }
319}
320
321func appCredentialsName(tokType string) string {
322 switch tokType {

Callers 5

authTokenDetailsFunction · 0.85
requestAccessCredentialFunction · 0.85
refreshStoredCredentialFunction · 0.85
commandManifestAuthModesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected