MCPcopy Create free account
hub / github.com/Scalingo/cli / NewConfigData

Function NewConfigData

config/auth/config.go:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func NewConfigData() *ConfigData {
22 return &ConfigData{
23 AuthDataVersion: ConfigVersionV2,
24 }
25}
26
27type CredentialsData struct {
28 Tokens *UserToken `json:"tokens"`

Callers 1

existingAuthFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected