Back to Node Auth0

Interface CreateFlowRequestContent

docs/interfaces/management.Management.CreateFlowRequestContent.html

5.9.1709 B
Original Source

Interface CreateFlowRequestContent

Example

{ * name: "name" * }Copy

interface CreateFlowRequestContent {
name: string;
actions?: FlowAction[];
}

Index

Properties

nameactions?

Properties

name

name: string

Optionalactions

actions?: FlowAction[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nameactions