Table of Contents

Interface IBrandingClient

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
public interface IBrandingClient
Extension Methods

Properties

Phone

IPhoneClient Phone { get; }

Property Value

IPhoneClient

Templates

ITemplatesClient Templates { get; }

Property Value

ITemplatesClient

Themes

IThemesClient Themes { get; }

Property Value

IThemesClient

Methods

GetAsync(RequestOptions?, CancellationToken)

Retrieve branding settings.

WithRawResponseTask<GetBrandingResponseContent> GetAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetBrandingResponseContent>

UpdateAsync(UpdateBrandingRequestContent, RequestOptions?, CancellationToken)

Update branding settings.

WithRawResponseTask<UpdateBrandingResponseContent> UpdateAsync(UpdateBrandingRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request UpdateBrandingRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<UpdateBrandingResponseContent>