Back to Node Auth0

Class BrandingClient

docs/classes/management.SDK.BrandingClient.html

5.9.14.5 KB
Original Source

Class BrandingClient

Index

Accessors

templatesthemesphone

Constructors

constructor

Methods

getupdate

Properties

_options_templates_themes_phone

Accessors

templates

get templates(): TemplatesClient

Returns TemplatesClient

themes

get themes(): ThemesClient

Returns ThemesClient

phone

get phone(): PhoneClient

Returns PhoneClient

Constructors

constructor

new BrandingClient(options: BaseClientOptions): BrandingClient

Parameters

Returns BrandingClient

Methods

get

get(
requestOptions?: BrandingClient.RequestOptions,
): HttpResponsePromise<GetBrandingResponseContent>

Retrieve branding settings.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<GetBrandingResponseContent>

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.TooManyRequestsError

Example

await client.branding.get()Copy

update

update(
request?: UpdateBrandingRequestContent,
requestOptions?: BrandingClient.RequestOptions,
): HttpResponsePromise<UpdateBrandingResponseContent>

Update branding settings.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<UpdateBrandingResponseContent>

Throws

Management.BadRequestError

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.TooManyRequestsError

Example

await client.branding.update()Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Protected_templates

_templates: TemplatesClient | undefined

Protected_themes

_themes: ThemesClient | undefined

Protected_phone

_phone: PhoneClient | undefined

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Accessors templatesthemesphone Constructors constructor Methods getupdate Properties _options_templates_themes_phone