Table of Contents

Class FlowCreateRequest

Namespace
Auth0.ManagementApi.Models.Flow
Assembly
Auth0.ManagementApi.dll

Contains information required for creating a new flow

public class FlowCreateRequest
Inheritance
FlowCreateRequest
Inherited Members

Properties

Actions

[JsonProperty("actions")]
public dynamic Actions { get; set; }

Property Value

dynamic

Name

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string