Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
func
NewConfigData() *ConfigData {
22
return
&ConfigData{
23
AuthDataVersion: ConfigVersionV2,
24
}
25
}
26
27
type
CredentialsData
struct
{
28
Tokens *UserToken `json:
"tokens"
`
Callers
1
existingAuth
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected