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

Method Default

internal/auth0/branding_theme.go:12–12  ·  view source on GitHub ↗
(ctx context.Context, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

10
11type BrandingThemeAPI interface {
12 Default(ctx context.Context, opts ...management.RequestOption) (theme *management.BrandingTheme, err error)
13 Create(ctx context.Context, theme *management.BrandingTheme, opts ...management.RequestOption) (err error)
14 Read(ctx context.Context, id string, opts ...management.RequestOption) (theme *management.BrandingTheme, err error)
15 Update(ctx context.Context, id string, theme *management.BrandingTheme, opts ...management.RequestOption) (err error)

Implementers 2

MockBrandingThemeAPIinternal/auth0/mock/branding_theme_moc
MockBrandingThemeAPIMockRecorderinternal/auth0/mock/branding_theme_moc

Calls

no outgoing calls