SetPartials sets the partials for a specific prompt. See: https://auth0.com/docs/api/management/v2/prompts/put-partials
(ctx context.Context, prompt management.PromptType, c *management.PromptScreenPartials, opts ...management.RequestOption)
| 38 | // |
| 39 | // See: https://auth0.com/docs/api/management/v2/prompts/put-partials |
| 40 | SetPartials(ctx context.Context, prompt management.PromptType, c *management.PromptScreenPartials, opts ...management.RequestOption) error |
| 41 | |
| 42 | // ReadRendering retrieves the settings for the ACUL. |
| 43 | // |
no outgoing calls