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

Method ReadDefault

internal/auth0/custom_domain.go:34–34  ·  view source on GitHub ↗

ReadDefault retrieves the default domain configuration for the tenant.

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

Source from the content-addressed store, hash-verified

32
33 // ReadDefault retrieves the default domain configuration for the tenant.
34 ReadDefault(ctx context.Context, opts ...management.RequestOption) (c *management.CustomDomain, err error)
35
36 // UpdateDefault updates the default domain for the tenant.
37 UpdateDefault(ctx context.Context, c *management.CustomDomain, opts ...management.RequestOption) error

Callers 1

Implementers 2

MockCustomDomainAPIinternal/auth0/mock/custom_domain_mock
MockCustomDomainAPIMockRecorderinternal/auth0/mock/custom_domain_mock

Calls

no outgoing calls

Tested by

no test coverage detected