(v string)
| 614 | } |
| 615 | |
| 616 | func 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 | |
| 625 | func apiTLSPolicyFor(v string) *string { |
| 626 | switch v { |
no outgoing calls