Table of Contents

Class GetUniversalLoginTemplate

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetUniversalLoginTemplate : IJsonOnDeserialized, IEquatable<GetUniversalLoginTemplate>
Inheritance
GetUniversalLoginTemplate
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Body

The custom page template for the New Universal Login Experience

[JsonPropertyName("body")]
public string? Body { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.