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

Struct storedCredential

cmd/auth.go:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50type TokenMap map[string]map[string]storedCredential
51
52type storedCredential struct {
53 AccessToken string `json:"access_token"`
54 RefreshToken string `json:"refresh_token,omitempty"`
55 TokenType string `json:"token_type,omitempty"`
56 Expiry *time.Time `json:"expiry,omitempty"`
57 AppKey string `json:"app_key,omitempty"`
58}
59
60type appCredentials struct {
61 Key string

Callers 1

UnmarshalJSONMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected