Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
CreateFlowRequestContent
Interface CreateFlowRequestContent
Example
{
*
name
:
"name"
* }
Copy
interface
CreateFlowRequestContent
{
name
:
string
;
actions
?:
FlowAction
[]
;
}
Index
Properties
name
actions?
Properties
name
name
:
string
Optional
actions
actions
?:
FlowAction
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
actions
Auth0 Node.js SDK - v5.0.0
Loading...
Example