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

Method DiscoveryDomains

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

DiscoveryDomains retrieves the discovery domains for an organization.

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

Source from the content-addressed store, hash-verified

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)
54
55 // CreateDiscoveryDomain creates a discovery domain for an organization.
56 CreateDiscoveryDomain(ctx context.Context, id string, d *management.OrganizationDiscoveryDomain, opts ...management.RequestOption) (err error)

Callers 2

FetchDataMethod · 0.65

Implementers 2

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

Calls

no outgoing calls