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

Method ReadByName

internal/auth0/connection.go:20–20  ·  view source on GitHub ↗

ReadByName retrieves a connection by its name.

(ctx context.Context, id string, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

18
19 // ReadByName retrieves a connection by its name.
20 ReadByName(ctx context.Context, id string, opts ...management.RequestOption) (c *management.Connection, err error)
21
22 // Update a connection.
23 Update(ctx context.Context, id string, c *management.Connection, opts ...management.RequestOption) (err error)

Callers 3

createUserCmdFunction · 0.65
importUsersCmdFunction · 0.65
getConnReqUsernameMethod · 0.65

Implementers 2

MockConnectionAPIinternal/auth0/mock/connection_mock.go
MockConnectionAPIMockRecorderinternal/auth0/mock/connection_mock.go

Calls

no outgoing calls

Tested by

no test coverage detected