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)
| 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 | // |
no outgoing calls