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

    Interface FlowActionJsonParseJson

    interface FlowActionJsonParseJson {
        id: string;
        alias?: string;
        type: "JSON";
        action: "PARSE_JSON";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionJsonParseJsonParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "JSON"
    action: "PARSE_JSON"
    allow_failure?: boolean
    mask_output?: boolean