Class UserMaintenanceRequestBase
- Namespace
- Auth0.AuthenticationApi.Models
- Assembly
- Auth0.AuthenticationApi.dll
Base class for user maintenance requests.
public class UserMaintenanceRequestBase
- Inheritance
-
UserMaintenanceRequestBase
- Derived
- Inherited Members
Properties
ClientId
Client ID of the application.
[JsonProperty("client_id")]
public string ClientId { get; set; }
Property Value
Connection
Name of the connection.
[JsonProperty("connection")]
public string Connection { get; set; }
Property Value
Email address of the user.
[JsonProperty("email")]
public string Email { get; set; }