Table of Contents

Class Ending

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

Properties

AfterSubmit

[JsonProperty("after_submit")]
public AfterSubmit AfterSubmit { get; set; }

Property Value

AfterSubmit

Coordinates

[JsonProperty("coordinates")]
public Coordinates Coordinates { get; set; }

Property Value

Coordinates

Redirection

[JsonProperty("redirection")]
public Redirection Redirection { get; set; }

Property Value

Redirection

ResumeFlow

[JsonProperty("resume_flow")]
public bool? ResumeFlow { get; set; }

Property Value

bool?