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

Method GetPartials

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

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)

Source from the content-addressed store, hash-verified

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 //

Callers 5

fetchPartialFunction · 0.65
fetchAllPartialsFunction · 0.65
TestGetPartialsFunction · 0.65
TestFetchAllPartialsFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 3

TestGetPartialsFunction · 0.52
TestFetchAllPartialsFunction · 0.52