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

    Interface GetFlowResponseContent

    interface GetFlowResponseContent {
        id: string;
        name: string;
        actions?: FlowAction[];
        created_at: string;
        updated_at: string;
        executed_at?: string;
    }
    Index

    Properties

    id: string
    name: string
    actions?: FlowAction[]
    created_at: string
    updated_at: string
    executed_at?: string