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

    Interface FlowActionAuth0CreateUser

    interface FlowActionAuth0CreateUser {
        id: string;
        alias?: string;
        type: "AUTH0";
        action: "CREATE_USER";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionAuth0CreateUserParams;
    }
    Index

    Properties

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