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

Method Connections

internal/auth0/organization.go:50–50  ·  view source on GitHub ↗

Connections retrieves connections enabled for an organization. See: https://auth0.com/docs/api/management/v2/#!/Organizations/get_enabled_connections

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

Source from the content-addressed store, hash-verified

48 //
49 // See: https://auth0.com/docs/api/management/v2/#!/Organizations/get_enabled_connections
50 Connections(ctx context.Context, id string, opts ...management.RequestOption) (c *management.OrganizationConnectionList, err error)
51
52 // DiscoveryDomains retrieves the discovery domains for an organization.
53 DiscoveryDomains(ctx context.Context, id string, opts ...management.RequestOption) (d *management.DiscoveryDomainList, err error)

Callers 2

FetchDataMethod · 0.65

Implementers 2

MockOrganizationAPIinternal/auth0/mock/organization_mock.
MockOrganizationAPIMockRecorderinternal/auth0/mock/organization_mock.

Calls

no outgoing calls