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

    Interface FormEndingNode

    interface FormEndingNode {
        redirection?: FormEndingNodeRedirection;
        after_submit?: FormEndingNodeAfterSubmit;
        coordinates?: FormNodeCoordinates;
        resume_flow?: boolean;
    }
    Index

    Properties

    coordinates?: FormNodeCoordinates
    resume_flow?: boolean