Class BrandingClient
- Namespace
- Auth0.Management
Api .Clients
- Assembly
- Auth0.ManagementApi.dll
Contains methods to access the /branding endpoints.
- Inheritance
-
Branding
Client
- Implements
- Inherited Members
Constructors
BrandingClient(IManagementConnection, Uri, IDictionary<string, string>)
Initializes a new instance of Branding
public BrandingClient(IManagementConnection connection, Uri baseUri, IDictionary<string, string> defaultHeaders)
Parameters
connection
IManagementConnection IManagement
Connection used to make all API calls.baseUri
UriUri of the endpoint to use in making API calls.
defaultHeaders
IDictionary<string, string>Dictionary containing default headers included with every request this client makes.
Methods
DeleteUniversalLoginTemplateAsync(CancellationToken)
Delete the template for the New Universal Login Experience
Parameters
cancellationToken
CancellationToken The cancellation token to cancel operation.
Returns
GetAsync(CancellationToken)
Retrieves branding settings for a tenant.
Parameters
cancellationToken
CancellationToken The cancellation token to cancel operation.
Returns
GetUniversalLoginTemplateAsync(CancellationToken)
Retrieves the template for the New Universal Login Experience.
public Task<UniversalLoginTemplate> GetUniversalLoginTemplateAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationToken The cancellation token to cancel operation.
Returns
- Task<Universal
Login >Template The Universal
Login for the new universal login experience.Template
SetUniversalLoginTemplateAsync(UniversalLoginTemplateUpdateRequest, CancellationToken)
Sets the template for the New Universal Login Experience.
public Task<UniversalLoginTemplate> SetUniversalLoginTemplateAsync(UniversalLoginTemplateUpdateRequest request, CancellationToken cancellationToken = default)
Parameters
request
UniversalLogin Template Update Request The Universal
Login containing details of the template to set.Template Update Request cancellationToken
CancellationToken The cancellation token to cancel operation.
Returns
- Task<Universal
Login >Template The newly updated Universal
Login .Template
UpdateAsync(BrandingUpdateRequest, CancellationToken)
s Updates the branding for a tenant.
public Task<Branding> UpdateAsync(BrandingUpdateRequest request, CancellationToken cancellationToken = default)
Parameters
request
BrandingUpdate Request A Branding
Update containing the branding information to update.Request cancellationToken
CancellationToken The cancellation token to cancel operation.