GetPartials retrieves the partials for a specific prompt. See: https://auth0.com/docs/api/management/v2/prompts/get-partials
(ctx context.Context, prompt management.PromptType, opts ...management.RequestOption)
| 33 | // |
| 34 | // See: https://auth0.com/docs/api/management/v2/prompts/get-partials |
| 35 | GetPartials(ctx context.Context, prompt management.PromptType, opts ...management.RequestOption) (c *management.PromptScreenPartials, err error) |
| 36 | |
| 37 | // SetPartials sets the partials for a specific prompt. |
| 38 | // |
no outgoing calls