Table of Contents

Class SelfServiceSsoTicket

Namespace
Auth0.ManagementApi.Models.SelfServiceProfiles
Assembly
Auth0.ManagementApi.dll

SSO-access ticket

public class SelfServiceSsoTicket
Inheritance
SelfServiceSsoTicket
Inherited Members

Properties

Ticket

The URL for the created ticket.

[JsonProperty("ticket")]
public string Ticket { get; set; }

Property Value

string