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

    Interface FlowActionAuth0MakeCall

    interface FlowActionAuth0MakeCall {
        id: string;
        alias?: string;
        type: "AUTH0";
        action: "MAKE_CALL";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionAuth0MakeCallParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "AUTH0"
    action: "MAKE_CALL"
    allow_failure?: boolean
    mask_output?: boolean