Class Ticket
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents a ticket. Tickets can be for either email verification or a password change.
public class Ticket
- Inheritance
-
Ticket
- Inherited Members
Properties
Value
The URL that represents the ticket.
[JsonProperty("ticket")]
public string Value { get; set; }