Table of Contents

Class UserMaintenanceRequestBase

Namespace
Auth0.AuthenticationApi.Models
Assembly
Auth0.AuthenticationApi.dll

Base class for user maintenance requests.

public class UserMaintenanceRequestBase
Inheritance
UserMaintenanceRequestBase
Derived
Inherited Members
Extension Methods

Properties

ClientId

Client ID of the application.

[JsonProperty("client_id")]
public string ClientId { get; set; }

Property Value

string

Connection

Name of the connection.

[JsonProperty("connection")]
public string Connection { get; set; }

Property Value

string

Email

Email address of the user.

[JsonProperty("email")]
public string Email { get; set; }

Property Value

string