Table of Contents

Interface IThemesClient

Namespace
Auth0.ManagementApi.Branding
Assembly
Auth0.ManagementApi.dll
public interface IThemesClient
Extension Methods

Methods

CreateAsync(CreateBrandingThemeRequestContent, RequestOptions?, CancellationToken)

Create branding theme.

WithRawResponseTask<CreateBrandingThemeResponseContent> CreateAsync(CreateBrandingThemeRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request CreateBrandingThemeRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<CreateBrandingThemeResponseContent>

DeleteAsync(string, RequestOptions?, CancellationToken)

Delete branding theme.

Task DeleteAsync(string themeId, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

themeId string
options RequestOptions
cancellationToken CancellationToken

Returns

Task

GetAsync(string, RequestOptions?, CancellationToken)

Retrieve branding theme.

WithRawResponseTask<GetBrandingThemeResponseContent> GetAsync(string themeId, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

themeId string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetBrandingThemeResponseContent>

GetDefaultAsync(RequestOptions?, CancellationToken)

Retrieve default branding theme.

WithRawResponseTask<GetBrandingDefaultThemeResponseContent> GetDefaultAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetBrandingDefaultThemeResponseContent>

UpdateAsync(string, UpdateBrandingThemeRequestContent, RequestOptions?, CancellationToken)

Update branding theme.

WithRawResponseTask<UpdateBrandingThemeResponseContent> UpdateAsync(string themeId, UpdateBrandingThemeRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

themeId string
request UpdateBrandingThemeRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<UpdateBrandingThemeResponseContent>