Interface IBrandingClient
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
public interface IBrandingClient
- Extension Methods
Properties
Phone
IPhoneClient Phone { get; }
Property Value
Templates
ITemplatesClient Templates { get; }
Property Value
Themes
IThemesClient Themes { get; }
Property Value
Methods
GetAsync(RequestOptions?, CancellationToken)
Retrieve branding settings.
WithRawResponseTask<GetBrandingResponseContent> GetAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
optionsRequestOptionscancellationTokenCancellationToken
Returns
UpdateAsync(UpdateBrandingRequestContent, RequestOptions?, CancellationToken)
Update branding settings.
WithRawResponseTask<UpdateBrandingResponseContent> UpdateAsync(UpdateBrandingRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
requestUpdateBrandingRequestContentoptionsRequestOptionscancellationTokenCancellationToken