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

Method Verify

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

Verify a custom domain.

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

Source from the content-addressed store, hash-verified

23
24 // Verify a custom domain.
25 Verify(ctx context.Context, id string, opts ...management.RequestOption) (c *management.CustomDomain, err error)
26
27 // List all custom domains.
28 List(ctx context.Context, opts ...management.RequestOption) (c []*management.CustomDomain, err error)

Callers 1

verifyCustomDomainCmdFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected