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

    Interface FlowActionAuth0UpdateUser

    interface FlowActionAuth0UpdateUser {
        id: string;
        alias?: string;
        type: "AUTH0";
        action: "UPDATE_USER";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionAuth0UpdateUserParams;
    }
    Index

    Properties

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