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

Function apiVerificationMethodFor

internal/cli/custom_domains.go:616–623  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

614}
615
616func apiVerificationMethodFor(v string) *string {
617 switch v {
618 case "txt":
619 return auth0.String(customDomainVerificationMethodTxt)
620 default:
621 return auth0.String(v)
622 }
623}
624
625func apiTLSPolicyFor(v string) *string {
626 switch v {

Callers 1

Calls

no outgoing calls

Tested by 1