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

Method CustomText

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

CustomText retrieves the custom text for a specific prompt and language. See: https://auth0.com/docs/api/management/v2#!/Prompts/get_custom_text_by_language

(ctx context.Context, p string, l string, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

23 //
24 // See: https://auth0.com/docs/api/management/v2#!/Prompts/get_custom_text_by_language
25 CustomText(ctx context.Context, p string, l string, opts ...management.RequestOption) (t map[string]interface{}, err error)
26
27 // SetCustomText sets the custom text for a specific prompt. Existing texts will be overwritten.
28 //

Implementers 2

MockPromptAPIinternal/auth0/mock/branding_prompt_mo
MockPromptAPIMockRecorderinternal/auth0/mock/branding_prompt_mo

Calls

no outgoing calls

Tested by 2

TestBrandingTextsShowCmdFunction · 0.52