Table of Contents

Class UniversalLoginTemplateUpdateRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Request for updating the template for the New Universal Login Experience.

public class UniversalLoginTemplateUpdateRequest
Inheritance
UniversalLoginTemplateUpdateRequest
Inherited Members

Properties

Template

Gets or sets the custom page template for the New Universal Login Experience

[JsonProperty("template")]
public string Template { get; set; }

Property Value

string