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

Method getUserConnection

internal/cli/users.go:1036–1042  ·  view source on GitHub ↗
(users *management.User)

Source from the content-addressed store, hash-verified

1034}
1035
1036func (c *cli) getUserConnection(users *management.User) []string {
1037 var res []string
1038 for _, i := range users.Identities {
1039 res = append(res, i.GetConnection())
1040 }
1041 return res
1042}
1043
1044// This is a workaround to get the requires_username field nested inside Options field.
1045func (c *cli) getConnReqUsername(ctx context.Context, s string) *bool {

Callers 2

showUserCmdFunction · 0.80
updateUserCmdFunction · 0.80

Calls 1

GetConnectionMethod · 0.65

Tested by

no test coverage detected