Back to Node Auth0

Interface UpdateFlowRequestContent

docs/interfaces/management.Management.UpdateFlowRequestContent.html

5.9.1718 B
Original Source

Interface UpdateFlowRequestContent

Example

{}Copy

interface UpdateFlowRequestContent {
name?: string;
actions?: FlowAction[] | null;
}

Index

Properties

name?actions?

Properties

Optionalname

name?: string

Optionalactions

actions?: FlowAction[] | null

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nameactions