MCPcopy Create free account
hub / github.com/auth0/auth0-cli / getUserConnection

Function getUserConnection

internal/display/users.go:181–187  ·  view source on GitHub ↗
(users *management.User)

Source from the content-addressed store, hash-verified

179}
180
181func getUserConnection(users *management.User) []string {
182 var res []string
183 for _, i := range users.Identities {
184 res = append(res, fmt.Sprintf("%v", auth0.StringValue(i.Connection)))
185 }
186 return res
187}
188
189func stringSliceToCommaSeparatedString(s []string) string {
190 return strings.Join(s, ", ")

Callers 1

makeUserViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected