Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface CreateFlowRequestContent

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

    Properties

    Properties

    name: string
    actions?: FlowAction[]