Class BrandingClient
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
public class BrandingClient : IBrandingClient
- Inheritance
-
BrandingClient
- Implements
- Inherited Members
- Extension Methods
Properties
Phone
public IPhoneClient Phone { get; }
Property Value
Templates
public ITemplatesClient Templates { get; }
Property Value
Themes
public IThemesClient Themes { get; }
Property Value
Methods
GetAsync(RequestOptions?, CancellationToken)
Retrieve branding settings.
public WithRawResponseTask<GetBrandingResponseContent> GetAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
optionsRequestOptionscancellationTokenCancellationToken
Returns
Examples
await client.Branding.GetAsync();
UpdateAsync(UpdateBrandingRequestContent, RequestOptions?, CancellationToken)
Update branding settings.
public WithRawResponseTask<UpdateBrandingResponseContent> UpdateAsync(UpdateBrandingRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
requestUpdateBrandingRequestContentoptionsRequestOptionscancellationTokenCancellationToken
Returns
Examples
await client.Branding.UpdateAsync(new UpdateBrandingRequestContent());