Table of Contents

Class CreateGuardianEnrollmentTicketResponse

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class CreateGuardianEnrollmentTicketResponse
Inheritance
CreateGuardianEnrollmentTicketResponse
Inherited Members

Properties

TicketId

The ticket ID used to identify the enrollment.

[JsonProperty("ticket_id")]
public string TicketId { get; set; }

Property Value

string

TicketUrl

The URL you can use to start enrollment.

[JsonProperty("ticket_url")]
public string TicketUrl { get; set; }

Property Value

string